I read and try most solutions without success of: What do Yellow Warning Triangles mean on Dependencies in Visual Studio 2017?
I saw a request to Microsoft to fix the problem but without any fix : https://developercommunity.visualstudio.com/t/solution-explorer-dependencies-shows-warning-icon/600282
There is no explanation and no tooltip over the warning icon and the dependency itself.
I tried:
- Clean and rebuild solution (also done after each other try below)
- Restart Visual Studio
- Execute: "dotnet restore" at the "Package Manager Console" Window
- Unload / Reload project (right click project in "Solution Explorer")
- Ensure that every projects are built with same "target framework"(.NET 7.0) and "Config" (Debug-x64)
- Updated my solution NuGet packages
The bug appeared on the first build after I added a new Nuget Package.
The problem is still there and I don't know what to do?