Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.29 KB

Contributing to CoreWF

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Ways to contribute

While features and fixes are greatly appreciated, there are other ways to contribute to this project. If you find a bug, create a test that reveals the bug. If you find a performance issue, create an issue with a PerfView profile, memory dump, or even a BenchmarkDotNet benchmark.

Developing with .NET Core SDK

CoreWF requires .NET 6 or higher. Download and install from here.

From the command prompt, navigate to the src folder. To build, run the command:

dotnet build

To test, run the command:

dotnet test

Developing with Visual Studio 2022

Any edition of Visual Studio 2022 will work for developing CoreWF. The community edition is available free from here. Make sure that the .NET Core cross-platform development workload is selected.

Open the UiPath.Workflow.sln file under the src folder. The Test Explorer will locate all the tests in the solution automatically.