Currently marked as ship. Should it be shipoob?
@natemcmaster - Can you tell us what each flag means for category like noship/ship/shipoob?
ship = NuGet.org
shipoob = Ships by some other delivery mechanism (out of band). E.g. in Visual Studio, inside the .NET Core SDK, etc.
noship = don't ship it. This is typically used for experimental features only and .Sources packages.
@natemcmaster So a package with "ship" will not be included in the SDK or any other installer, correct?
Shipping in the SDK is an orthogonal flag (the LZMA setting here: https://github.com/aspnet/Universe/blob/15f5e82de0f88227fcef266f17fc6454fd99c9f4/build/artifacts.props#L5-L20). That setting is off by default, so just marking it as "ship" does not mean it will end up in the SDK installer.