Contribution

September 15, 2021 ยท View on GitHub

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.