winsw/CONTRIBUTING.md

857 B

Contribute

Prerequisites

.NET 5 SDK or later and your favorite code editor.

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

See also

How to: Debug Windows Service Applications