Skip to content

This is a template repository for C# katas. It contains a basic project structure and a sample test.

Notifications You must be signed in to change notification settings

lean-mind/csharp-katas-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Katas

Description

This is a template repository for C# katas. It contains a basic project structure and a sample test.

This boilerplate include:

How to use run the tests

JetBrains Rider

  1. Install JetBrains Rider
  2. Open the repository in JetBrains Rider
  3. Run the tests with the Test Explorer
  4. The tests should run and pass

Visual Studio Code

  1. Install Visual Studio Code
  2. Install the C# extension
  3. Open the repository in Visual Studio Code
  4. Run the tests with the Test Explorer
  5. The tests should run and pass
  6. You can also run the tests with the command dotnet test in the root directory of the repository

About

This is a template repository for C# katas. It contains a basic project structure and a sample test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published