- .NET 8
- XUnit
- CI: Running unit tests through github actions
- Using VS: you could only press the "play" button;
- Using CLI:
dotnet run --project Holtz.DesignPattern.AbstractFactory
- Using VS: you could only press the menu item
Menu
=>Run All Tests
- Using CLI:
dotnet test