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 restoreor through the UI. - Follow the local development steps below to get started
Local development
dotnet restore: restore dependenciesdotnet build: build the projectdotnet test: run tests
Testing
Adding tests
- Tests go inside Auth0.AspNetCore.Authentication.UnitTests
Running tests
Run the tests before opening a PR:
dotnet test
Also include any information about essential manual tests.