-
Notifications
You must be signed in to change notification settings - Fork 821
Description
Description
I'm using Microsoft.Extensions.Diagnostics.Probes. Most of my code is using the 9.4 versions of libraries. However, in Nuget Gallery (https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.Probes/9.4.0-preview.1.25207.5#versions-body-tab), there are only Preview versions of 9.0 through 9.4.
The tooling I'm using only allows me to pick up RTM versions by default, And it's not clear if there is a reason there are not RTM versions due to issues, or if the 9.4 preview version is safe for production use.
I'd like to upgrade this library to match the rest of my .NET stack, but right now I'm stuck at 8.,8 for this library while everything else is at 9.4.
Ideally, can you publish a new RTM version of this and fix whatever is causing the RTM versions to not get published in every minor release. Or publish a clear update to the status of this package, since it's still referred to in fairly recent docs and I don't see a deprecation notice on the first few pages of Bing search.
Reproduction Steps
Use Visual Studio to update library from the Office nuget clone. It does not find a new version of this library, and sticks to the last RTM version, 8.8. Look in Nuget Gallery, and there are no RTM versions for 9.X, only previews.
Expected behavior
RTM versions of this library for every 9.X .NET release.
Actual behavior
No 9.X lRTM ibraries in Nuget. Visual Studio does not pick up the Preview versions.
Regression?
No, it looks like this hasn't published for 9.X
Known Workarounds
I could use the preview version explicitly, but I have to assume there is a reason this "Preview" and not "RTM" so I don't feel like I can trust a Preview build in a production app.
Configuration
No response
Other information
No response