2021/04/22
2021/04/05
2021/04/01
How to create xUnit test project in .NET Core ?
1/ Add new ClassLibrary project in .Net Core in your solution
2/ Add references to nuget libs
Fg this version
Microsoft.NET.Test.Sdk
xunit
xunit.runner.visualstudio
3/ Create simple test
4/ Run test
2021/03/30
Subscribe to:
Posts (Atom)