Skip to content

LFT-3078 - Apply changes to remove analyzer version mismatch warning#983

Merged
toddlang merged 1 commit into
mainfrom
littlefoot/analyzerversion
Jul 20, 2026
Merged

LFT-3078 - Apply changes to remove analyzer version mismatch warning#983
toddlang merged 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.

@toddlang toddlang changed the title Apply changes to remove analyzer version mismatch warning LFT-3078 - Apply changes to remove analyzer version mismatch warning Jul 20, 2026
@toddlang
toddlang marked this pull request as ready for review July 20, 2026 12:27
@toddlang
toddlang requested a review from j3parker as a code owner July 20, 2026 12:27
@toddlang
toddlang merged commit 3759fad into main Jul 20, 2026
5 checks passed
@toddlang
toddlang deleted the littlefoot/analyzerversion branch July 20, 2026 12:27
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