Visual Studio just gave me a scare. I opened a project that was building and running fine just yesterday and had no changes since then, and all of a sudden it's giving me errors "NU1108 Cycles detected".
As in, there are circular dependencies in my project (or "solution", as VS calls them). This seemed a completely bogus error.
Luckily, StackOverflow told me the solution was to open all the .csproj files that the compiler flagged. And that was it! Opening a file magically solved the problem.
Just when I start thinking that maybe Microsoft's bad reputation is no longer warranted…




















