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
When multiple pieces of code rely on a transitive package, each individual instance is reported as a new issue, with an additional story point. Sometimes with the issue being reported multiple times for the same line.
The nuance is this is one issue that should have a single story point. However, the "Incidents" and "Story Points" makes it seem like a massive task.
Specifics
All of these are because "System.ServiceModel.Primitives, 8.0.0" is a transitive dependency of "System.ServiceModel.Http".
Describe the bug
Issue occurs during code analysis.
When multiple pieces of code rely on a transitive package, each individual instance is reported as a new issue, with an additional story point. Sometimes with the issue being reported multiple times for the same line.
The nuance is this is one issue that should have a single story point. However, the "Incidents" and "Story Points" makes it seem like a massive task.
Specifics
All of these are because "System.ServiceModel.Primitives, 8.0.0" is a transitive dependency of "System.ServiceModel.Http".
Screenshot pending. GitHub reporting upload fails.
To Reproduce
Further technical details
dotnet --list-sdks
9.0.100 [C:\Program Files\dotnet\sdk]
upgrade-assistant --version
Edit: Minor wording tweaks.
The text was updated successfully, but these errors were encountered: