exercism/csharp/darts/HELP.md

2.1 KiB

Help

Running the tests

You can run the tests by opening a command prompt in the exercise's directory, and then running the dotnet test command Alternatively, most IDE's have built-in support for running tests, including Visual Studio, Rider and Visual Studio code. See the tests page for more information.

Skipped tests

Initially, only the first test will be enabled. This is to encourage you to solve the exercise one step at a time. Once you get the first test passing, remove the Skip property from the next test and work on getting that test passing.

Submitting your solution

You can submit your solution using the exercism submit Darts.cs command. This command will upload your solution to the Exercism website and print the solution page's URL.

It's possible to submit an incomplete solution which allows you to:

  • See how others have completed the exercise
  • Request help from a mentor

Need to get help?

If you'd like help solving the exercise, check the following pages:

Should those resources not suffice, you could submit your (incomplete) solution to request mentoring.

To get help if you're having trouble, you can use one of the following resources:

  • Gitter is Exercism C# track's Gitter room; go here to get support and ask questions related to the C# track.
  • /r/csharp is the C# subreddit.
  • StackOverflow can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.