Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.74 KB

C#

Welcome to the workspace for Exercism v3's C# track!

This area will contain everything needed to launch the C# track, including:

  • The new Exercises and config.json file.
  • Reference documentation that help explain C# concepts for which no appropriate online document could be found.
  • C#-specific documentation for contributors.

Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

Readiness for Launch

Before launch, we need all of the following parts to be completed:

Track Structure

  • Implemented 20+ Concept Exercises
  • Updated config.json
    • Added version key
    • Added online editor settings
      • Added indent_style
      • Added indent_size
    • Added Concept Exercises
    • Added Concepts for all Practice Exercises

Representer

  • Build Representer
  • Deploy Representer

Test Runner

  • Build Test Runner
  • Deploy Test Runner

Extra magic

These extra steps will make your track better, but are optional.

Analyzer

  • Build Analyzer
  • Deploy Analyzer