Add NuGet package for System.Runtime.Serialization.Schema#74533
Add NuGet package for System.Runtime.Serialization.Schema#74533
Conversation
System.Runtime.Serialization.Schema isn't getting a NuGet package created for it because it doesn't set IsPackable=true.
carlossanlop
left a comment
There was a problem hiding this comment.
Approving, but I'd like @ViktorHofer or @ericstj to also please confirm that this is the expected thing to do for a new nuget package in main.
This will have to be backported to release/7.0-rc1 and release/7.0.
|
CI failures are unrelated. |
|
/backport to release/7.0-rc1 |
|
Started backporting to release/7.0-rc1: https://github.com/dotnet/runtime/actions/runs/2928410261 |
|
@dotnet/area-infrastructure-libraries this is the second instance of this problem in 7.0. We could avoid this by making folks set some property (or opt out) to define how they ship. I would expect every src project to be part of a shared framework, package, or explicitly set a property to indicate it isn’t shipping. |
System.Runtime.Serialization.Schema isn't getting a NuGet package created for it because it doesn't set IsPackable=true.