Epic: Improve package validation #8875
Labels
Area:PackageDefinition
Category:Quality Week
Issues that should be considered for quality week
Functionality:Pack
Priority:2
Issues for the current backlog.
Type:DCR
Design Change Request
dotnet/extensions#2744 details a break that occurred when dotnet core 3.1.0 shipped yesterday. Some packages had added embedded icons...but had two entries.
This item covers a new validation rule - "catch the duplicate zip item' problem. (note, pay attention to encoding too... "foo bar" and "foo%20bar" as item names get extracted to the same file. How should we treat that?
It also needs several places to run... sketch of plan is below:
They use some components of the
dotnet pack
codepath, but avoided a validation that our pack code already does.As part of our PackageQuality epic that is coming up soon on our backlog, we have plans to:
dotnet pack
timenuget verify -all foo.nupkg
The text was updated successfully, but these errors were encountered: