How to unit test a .NET Core project using xUnit
Basically the same instructions as given in the Microsoft site, which I attempt to make yet simpler for the beginner to get started.Another useful link:https://xunit.net/docs/getting-started/netfx/visual-studio#write-first-testsStep 1: Create a directory for …