Skip to content

lean-mind/github-copilot-exercises

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages