Please read Auth0's contribution guidelines.
- Make sure you have the .NET 7 SDK installed.
- Follow the local development steps below to get started.
dotnet pack
: create a local NuGet package in the./bin/Debug/
folder.dotnet new -i ./bin/Debug/Auth0.Templates.2.0.0-alpha.nupkg
: install the local NuGet packagenpm run pack-install
: if you have Node.js installed, it installs or updates the local NuGet package
Currently there are no automatic tests.
Manual tests should be run on the .NET CLI, Visual Studio 2022 for Windows, and Visual Studio 2022 for Mac.