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
Any ideas wat could be the cause and remedy for this?: Error AD0001 Analyzer 'StyleCop.Analyzers.OrderingRules.SA1201ElementsMustAppearInTheCorrectOrder' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' with message 'The given key was not present in the dictionary.'
The text was updated successfully, but these errors were encountered:
If you build with /v:diag, it should provide a stack trace and context information for the code it was analyzing at the time of the exception. Can you include that information here?
v. 1.1.118.
The trace output after building with /v:diag doesn't seem to reveal anything other than
(CoreCompile target) ->CSC : error AD0001: Analyzer 'StyleCop.Analyzers.OrderingRules.SA1201ElementsMustAppearInTheCorrectOrder' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' with message 'The given key 'RecordDeclaration' was not present in the dictionary.' <path/to/my/project>.
Any ideas wat could be the cause and remedy for this?:
Error AD0001 Analyzer 'StyleCop.Analyzers.OrderingRules.SA1201ElementsMustAppearInTheCorrectOrder' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' with message 'The given key was not present in the dictionary.'
The text was updated successfully, but these errors were encountered: