Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet discovers credentials providers installed using .NET tools #13740

Closed
Nigusu-Allehu opened this issue Aug 27, 2024 · 1 comment
Closed
Assignees
Labels

Comments

@Nigusu-Allehu
Copy link
Contributor

Nigusu-Allehu commented Aug 27, 2024

Follow #13242 and make sure NuGet discovers credential providers installed using .NET tools.
dotnet tool install <provider package name> --global should install the tool and add its path to the PATH environmental varibale. Iterate through all the paths in PATH and all the files in the path to find the plugins. By design, we expect these plugins to be named nuget-plugin*.

Copy link
Contributor

@Nigusu-Allehu Issue is missing Type label, remember to add a Type label

@dotnet-policy-service dotnet-policy-service bot added the missing-required-type The required type label is missing. label Aug 27, 2024
@Nigusu-Allehu Nigusu-Allehu removed the missing-required-type The required type label is missing. label Aug 27, 2024
@Nigusu-Allehu Nigusu-Allehu added this to the 6.12 milestone Sep 2, 2024
@nkolev92 nkolev92 added the Priority:2 Issues for the current backlog. label Oct 3, 2024
@zivkan zivkan removed this from the 6.12 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@nkolev92 @zivkan @Nigusu-Allehu and others