Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 866 Bytes

Contribution

Please read Auth0's contribution guidelines.

Environment setup

  • Make sure you have the .NET 5 SDK installed.
  • Restore the Nuget dependencies using dotnet restore or through the UI.
  • Follow the local development steps below to get started

Local development

  • dotnet restore: restore dependencies
  • dotnet build: build the project
  • dotnet test: run tests

Testing

Adding tests

Running tests

Run the tests before opening a PR:

dotnet test

Also include any information about essential manual tests.