9

I get this exact warning many time in the Error List pane in VS 2019 (v16.4.2).

How can i resolve the warnings ?

AD0001 Analyzer 'Microsoft.CodeAnalysis.CSharp.Analyzers.FixAnalyzers.CSharpFixerWithFixAllAnalyzer' threw an exception of type 'System.TypeInitializationException
Menahem
  • 3,974
  • 1
  • 28
  • 43

1 Answers1

3

its resolved,

An old version of the package was pulled in by an indirect reference.

adding the package as a direct dependency forces the use of the new version - resolving the warning.

link to the github issue i opened

Menahem
  • 3,974
  • 1
  • 28
  • 43