You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to see, versus what you actually saw
Dependabot created dotnet/Nerdbank.Streams#463, which downgrades StyleCop.Analyzers 1.2.0-beta.376 to 1.2.0-beta.66.
Note that this package is using semver v2 rules and that 376 should therefore be seen as better than 66. It seems that Dependabot is treating it as a semver v1 version.
Native package manager behavior
NuGet Package Manager recognizers that .376 is better than .66.
Images of the diff or a link to the PR, issue or logs
Doing some more digging this morning, it seems dependabot might not support pre-release dependencies, for either just .NET, or maybe many language ecosystems?
#1972 seems like our exact problem here, and #1972 (comment) even points to the offending line of code. Not sure if it's better to close this as duplicate, or keep a more modern issue open, since #1972 is almost 2 years old at this point.
Thanks for finding the dupes. I'll leave it open for a few days in case it helps draw the desired attention, but ultimately I agree, we should close as a dupe.
Package ecosystem
NuGet
Manifest location and content prior to update
/.github/dependabot.yml
What you expected to see, versus what you actually saw
Dependabot created dotnet/Nerdbank.Streams#463, which downgrades StyleCop.Analyzers 1.2.0-beta.376 to 1.2.0-beta.66.
Note that this package is using semver v2 rules and that 376 should therefore be seen as better than 66. It seems that Dependabot is treating it as a semver v1 version.
Native package manager behavior
NuGet Package Manager recognizers that .376 is better than .66.
Images of the diff or a link to the PR, issue or logs
dotnet/Nerdbank.Streams#463
The text was updated successfully, but these errors were encountered: