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
@rrelyea thinks that we should have already been enforcing 1 package type per package, but currently that's allowed by both specification and the implementation of Pack.
Update:
Pack doesn't validate.
Install through PM UI validates.
Adding in the package reference manually and restoring doesn't validate.
This would be a breaking change.
The text was updated successfully, but these errors were encountered:
What exactly is the concern with having multiple packageType's per package? I'm not sure I understand why this restriction is important to NuGet when last year the design was intentional about supporting multiple types per package. https://github.com/NuGet/Home/wiki/Package-Type-%5BPacking%5D
For example, today, this is a totally valid package:
Motivated by https://github.com/NuGet/Home/wiki/Global-Tools---NuGet-Implementation/
@rrelyea thinks that we should have already been enforcing 1 package type per package, but currently that's allowed by both specification and the implementation of Pack.
Update:
Pack doesn't validate.
Install through PM UI validates.
Adding in the package reference manually and restoring doesn't validate.
This would be a breaking change.
The text was updated successfully, but these errors were encountered: