-
Notifications
You must be signed in to change notification settings - Fork 252
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.exe update drops the assembly strong name and Private attribute. #1778
Comments
Just tested 3.5.0-RC1 command line client, instead of dropping the private tag it changed it from False to True. |
Is the commit always adding the fully qualified name? The bug report was complaining about the strong name being removed. Seems like fix is always adding the strong name. We have some use cases that strong name is intentionally excluded from the reference entry. It seems like this fix is breaking the functionality. |
nuget.exe update drops the assembly strong name and
<Private>
attribute.This is not a regression from 2.8.6.
Steps
From VS:
From nuget.exe:
The text was updated successfully, but these errors were encountered: