Open TKharaishvili opened 5 years ago
@sharwell Do you think this issue is still relevant with the recent move to the sdk test framework?
@Evangelink Yes, these cases now show up as tests with NumberOfFixAllIterations
set to something greater than 1. For example:
Here is the list of fixers with NumberOfFixAllIterations
set to something greater than 1:
While working on this PR - https://github.com/dotnet/roslyn-analyzers/pull/2234 several problematic unit tests were revealed, 20 to be exact, all of which have for now been silenced by passing
testFixAllScope: null
.They all need to be examined. The 2nd commit of the PR documents all those problematic unit tests.