You need to install either of the followings to develop .NET.
- Visual Studio 2019 with .NET desktop development workload, which includes .NET SDK.
- .NET SDK and your favorite code editor.
- You can find .NET SDK installation instructions on the Download .NET page.
- You can try Visual Studio Code, which is an open source and cross-platform editor.
You can open src\winsw.sln
and then build and run tests from within Visual Studio.
dotnet build src\winsw.sln
dotnet test src\Test\winswTests\winswTests.csproj