mirror of https://github.com/winsw/winsw
857 B
857 B
Contribute
Prerequisites
.NET 5 SDK or later and your favorite code editor.
- Visual Studio 2019 or later with the .NET desktop development workload
- Visual Studio Code with the C# for Visual Studio Code extension
Develop in Visual Studio
You can open src\WinSW.sln and then build and run tests from within Visual Studio.
Develop with .NET CLI
Build
dotnet build src\WinSW.sln
Test
dotnet test src\WinSW.sln