Files
winsw/CONTRIBUTING.md
Next Turn 03ae1ef827 Revise docs for 3.0.0-alpha.4 (#645)
* Remove invalid start modes

* since

* Fix typos

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update release-drafter.yml

* Update release-drafter.yml

* Add commands

* Add `autoRefresh`

* Add link to v2 branch

* Latest SemVar

* Update build.yml

* Update release-drafter.yml
2020-08-30 08:56:18 +08:00

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