fluentassertions / fluentassertions.analyzers

Analyzers based on the FluentAssertions best practices docs
https://www.fluentassertions.com/tips
MIT License
135 stars 21 forks source link

bugfix: adding-usings-stops-additional-refactorings #327

Open Meir017 opened 3 months ago

Meir017 commented 3 months ago

for each diagnostic the line https://github.com/fluentassertions/fluentassertions.analyzers/blob/2d7b3b499b22412846c4a90f83fe96bf9d49ceb9/src/FluentAssertions.Analyzers/Tips/CodeFixProviderBase.cs#L40C17-L40C107 is evaluated

for mstest/xunit/nunit for each diagnostic the following code https://github.com/fluentassertions/fluentassertions.analyzers/blob/2d7b3b499b22412846c4a90f83fe96bf9d49ceb9/src/FluentAssertions.Analyzers/Tips/TestingFrameworkCodeFixProvider.cs#L95C1-L113C29 is executed. additional code-fixers are ignored at this point

this https://github.com/fluentassertions/fluentassertions.analyzers/pull/327/files#diff-37b65e82eec06aaabf9005eea356845af2c134bfe87ea4278308c625cbd8b1a5R50 is not fixed