auth0 / auth0-dotnet-templates

Auth0 Templates for .NET
Apache License 2.0
46 stars 7 forks source link

dotnet new install Auth0.Templates does not install all templates #28

Closed DermotMurphy closed 5 months ago

DermotMurphy commented 6 months ago

As per you documentation, I have executed the following command:

dotnet new install Auth0.Templates

This is a screenshot:

Auth0 Templates Issue

Your documentation suggests that the following .Net templates will be available:

This is clearly not the case

andychiare commented 6 months ago

Hi @DermotMurphy, Thank you for bringing up this issue. Actually, the current published package contains the 4 templates shown in your screenshot. Currently, I'm experimenting with a trunk-based development approach to allow PRs from forks. So, the current main branch is the development branch that will end up in version 2.2 of the NuGet package, which I hope to publish soon. I understand that this way the docs and the code in the main branch do not match the current package published on NuGet, and it may cause confusion. Sorry for that. I hope to find a better solution for the future releases.