Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 794 Bytes

Contributing

Prerequisites

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.

Developing in Visual Studio

You can open src\winsw.sln and then build and run tests from within Visual Studio.

Developing with .NET SDK

Building

dotnet build src\winsw.sln

Testing

dotnet test src\Test\winswTests\winswTests.csproj