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

No comments:

Post a Comment