CSharpTestOptions.AddAllowedCompilerDiagnosticIds(IEnumerable<String>) Method
Containing Type: CSharpTestOptions
Assembly: Roslynator.Testing.CSharp.dll
Adds a list of specified compiler diagnostic IDs to the list of allowed compiler diagnostic IDs.
public Roslynator.Testing.CSharp.CSharpTestOptions AddAllowedCompilerDiagnosticIds(System.Collections.Generic.IEnumerable<string> diagnosticIds)
Parameters
diagnosticIds IEnumerable<String>