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
{{ message }}
This repository has been archived by the owner. It is now read-only.
just started playing with Refactoring Essentials when I noticed a bunch of warnings that are not related with the project I'm working on. Most of the errors look like this:
Analyzer 'RefactoringEssentials.CSharp.Diagnostics.CompareNonConstrainedGenericWithNullAnalyzer' threw an exception of type 'System.TypeInitializationException' with message 'The type initializer for 'RefactoringEssentials.SyntaxExtensions' threw an exception.'.
Here's some additional details:
using Visual Studio 2015 with Update 1.
C# class library targeting .Net 4.5.2.
added Refactoring essentials as a NuGet package
changed the default rule sets (created a new *.ruleset file)
Let me know if I can help with anything.
Thanks
The text was updated successfully, but these errors were encountered:
jlouros
changed the title
'Error List' window get polluted with warnings from analyzer exceptions
'Error List' window gets polluted with warnings from analyzer exceptions
Feb 4, 2016
Hi there,
just started playing with Refactoring Essentials when I noticed a bunch of warnings that are not related with the project I'm working on. Most of the errors look like this:
Analyzer 'RefactoringEssentials.CSharp.Diagnostics.CompareNonConstrainedGenericWithNullAnalyzer' threw an exception of type 'System.TypeInitializationException' with message 'The type initializer for 'RefactoringEssentials.SyntaxExtensions' threw an exception.'.
Here's some additional details:
Let me know if I can help with anything.
Thanks
The text was updated successfully, but these errors were encountered: