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
The graph flattening procedure doesn't work correctly for centrally managed transitive dependencies - in certain scenarios it includes too many assets.
NuGet Product Used
dotnet.exe
Product Version
7.0.100
Worked before?
no
Impact
It bothers me. A fix would be nice
Repro Steps & Context
The graph flattening procedure doesn't work correctly for centrally managed transitive dependencies - in certain scenarios it includes too many assets.
https://github.com/marcin-krystianc/TestSolutions/tree/master/CpvmPrivateAssetsIssue4-IncludeFlags
App:
Lib1:
Lib2:
and
Directory.Packages.props
:The expected content of
centralTransitiveDependencyGroups
for App project is:but .NET 7.0.100 produces:
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: