bugfix: adding-usings-stops-additional-refactorings #327
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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