martinsson / BugsZero-Kata

Practice Designing code for less bugs
86 stars 131 forks source link

add .net core version #2

Closed fvn-linagora closed 6 years ago

fvn-linagora commented 6 years ago

Current CSharp folder was missing some assets (.sln file) and was not properly building under mono & osx/linux.

Moved existing source files with a few updates (method names mostly) into a clean slate test project scaffold.
Target framework is now dotnet runtime (aka .NET Core) and could be used from any officially supported platform (windows, osx or linux, arm32).

Note: