You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My next step was to search for the repo, the nuget package points to https://github.com/dotnet/MSIdentityScaffolding (note it's private), and it was archived in 2021 while the latest version in NuGet 2.0.8 is from 2003.
This state raised some questions.
Is the tool still supported?
If yes, can we expect an update to follow LTS releases?
If not, should it be removed from the latest templates, and update the package as deprecated?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found this tool via the webapi template:
dotnet new webapi --auth
, when used from VS it gets added to.config\dotnet-tools.json
When I tried to use the tool I got
But we know that .NET7 is out of support.
My next step was to search for the repo, the nuget package points to https://github.com/dotnet/MSIdentityScaffolding (note it's private), and it was archived in 2021 while the latest version in NuGet 2.0.8 is from 2003.
This state raised some questions.
Beta Was this translation helpful? Give feedback.
All reactions