exercism / exercism/csharp-analyzer
Add features for basics exercise
- Dominant language
- C#
- Stars
- 16
- Forks
- 8
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 4
Description
See the [basics exercise](https://github.com/exercism/v3/blob/master/languages/csharp/exercises/concept/basics/.meta/design.md).
There are two features to be added:
- Verify that the `RemainingMinutesInOven()` method calls the `ExpectedMinutesInOven()` method.
- Verify that the `ElapsedTimeInMinutes()` method calls the `PreparationTimeInMinutes()` method.
The bolierplate is [here](https://github.com/exercism/v3/blob/master/languages/csharp/exercises/concept/basics/Basics.cs).
Example code is [here](https://github.com/exercism/v3/blob/master/languages/csharp/exercises/concept/basics/.meta/Example.cs).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.