Skip to content

Apply changes to remove analyzer version mismatch warning#983

Draft
toddlang wants to merge 1 commit into
mainfrom
littlefoot/analyzerversion
Draft

Apply changes to remove analyzer version mismatch warning#983
toddlang wants to merge 1 commit into
mainfrom
littlefoot/analyzerversion

Conversation

@toddlang

Copy link
Copy Markdown
Contributor

No description provided.


if( allowedListText == null ) {
throw new Exception( "Couldn't read config" );
throw new InvalidOperationException( "Couldn't read config" );

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, getting the version mismatch fixed seemed to unlock CA2201 "Exception type System.Exception is not sufficiently specific", that's why this change is in here as well. It's a straight-up error with these settings and could not be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants