Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 788 Bytes

Contribution

Please read Auth0's contribution guidelines.

Environment setup

  • Make sure you have the .NET 7 SDK installed.
  • Follow the local development steps below to get started.

Local development

  • 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 package
  • npm run pack-install: if you have Node.js installed, it installs or updates the local NuGet package

Testing

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.