-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add NuGet package for System.Runtime.Serialization.Schema #74533
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
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.
StephenMolloy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
carlossanlop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
ViktorHofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this looks good.
|
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.