Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analyzers have yellow triangles in .NET Core project

I have a .NET Core 3.1 project and all of the entries under Dependencies > Analyzers in Visual Studio 2019 have yellow triangles next to them. I've verified that the files exist. I checked the various log types in the Output pane but there are no messages that seem pertinent. Building the project works fine.

Yellow triangles next to Analyzers in .NET Core project

like image 208
Simon Morgan Avatar asked Oct 19 '25 09:10

Simon Morgan


1 Answers

It appears this is a known issue, tracked here:

Github issue

like image 192
Noah Stahl Avatar answered Oct 22 '25 01:10

Noah Stahl