Replies: 1 comment
-
The msidentity tool is used as part of the Add Connected Services experience in Visual Studio. The code now lives in the dotnet/scaffolding repo. @JakeRadMSFT @sayedihashimi It looks like the msidentity tool may be in need of some updating. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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