Please read Auth0's contribution guidelines.
- 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
dotnet restore: restore dependenciesdotnet build: build the projectdotnet test: run tests
- Tests go inside Auth0.AspNetCore.Authentication.UnitTests
Run the tests before opening a PR:
dotnet testAlso include any information about essential manual tests.