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

Namespaces filtering support for the nuget.exe install command #10961

Closed
nkolev92 opened this issue Jun 22, 2021 · 3 comments · Fixed by NuGet/NuGet.Client#4214
Closed

Namespaces filtering support for the nuget.exe install command #10961

nkolev92 opened this issue Jun 22, 2021 · 3 comments · Fixed by NuGet/NuGet.Client#4214
Assignees
Labels
Area:PackageSourceMapping Issues related to the package source mapping feature Functionality:Install The install command in VS/nuget.exe Priority:2 Issues for the current backlog. Product:NuGet.exe NuGet.exe Type:Bug

Comments

@nkolev92
Copy link
Member

nkolev92 commented Jun 22, 2021

Part of #10728, related to #10738.

NuGet.exe install can add on a packages.config, similar to restore, or add additional packages to a packages.config.

This task is to ensure that in both those scenarios, namespaces filtering is respected.

@nkolev92
Copy link
Member Author

@erdembayar

After #10948 and your tests, if you have time, please pick up this task.

@erdembayar erdembayar added this to the Sprint 2021-08 milestone Aug 2, 2021
@erdembayar
Copy link
Contributor

@nkolev92
Could you be able to elaborate on or add additional packages to a nuget.config part? Not sure what it mean.

@nkolev92
Copy link
Member Author

nkolev92 commented Aug 4, 2021

Typo, it's supposed to say to a packages.config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment