Conversation
There was a problem hiding this comment.
I'm not sure why this is commented out?
There was a problem hiding this comment.
Thanks for reviewing! Reverted.
|
We need a unit test that would have caught the fact that the functionality is broken. |
cb5ccce to
1633e11
Compare
Thanks! Added. |
|
Hi @aortiz-msft , pls approve this PR if it's good to merge. Thanks! |
|
Edit: Apparently I didn't get enough sleep. All's good. |
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
src/NuGet.Core/NuGet.Packaging/PackageCreation/Authoring/PackageBuilder.cs
Show resolved
Hide resolved
aortiz-msft
left a comment
There was a problem hiding this comment.
Could you please the PR description? I don't think that "This does the stuff over at NuGet/Home#10791 (comment)" is entirely accurate.
|
Hi @aortiz-msft , thanks for the suggestion! Updated the description in the PR. |
|
Any ideas when this will roll out? .NET Core 6? |
|
This should be in .NET 6 RC2 which will be released in a few weeks. |
Bug
Fixes: NuGet/Home#10791
Regression? No
Description
According to NuGet.org symbol package constraints, the symbol package should not have the readme file.
So this PR:
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation