cezarypiatek / RoslynTestKit

A lightweight framework for writing unit tests for Roslyn diagnostic analyzers, code fixes, refactorings and completion providers.
Other
24 stars 7 forks source link

added NoDiagnostic overloads with diagnosticIds array #23

Closed gbtb closed 1 year ago

gbtb commented 1 year ago

Fixes #22 I've checked it on my repo - successfully replaced for loop with a single call to NoDiagnostic .

cezarypiatek commented 1 year ago

Thank you very much