This is a porting to C# of the BirthdayGreetings Kata of Matteo Vaccari. The original cata can be found here. The documentation can be found here. The exercise that is meant to teach something about dependency inversion and dependency injection.
This is a refactoring of the BirthdayGreetings Kata C# of mamoo/birthday-greetings-kata-csharp.
This refactoring has been made to practice the kata on Mac OSX using VisuaStudio-Code -or- VistualStudio for Mac
14/02/2020 Updated to DotNetCore 3.1
dotnet test
A little bug has been intentionally introduced in the source code to check the test runtime.