예제 #1
0
 /// <summary>
 /// Returns <see langword="null"/> since the generator does not support batch fixing.
 /// </summary>
 /// <returns></returns>
 // See https://github.com/dotnet/roslyn/blob/master/docs/analyzers/FixAllProvider.md for more information on Fix All Providers
 //public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
 public override FixAllProvider GetFixAllProvider()
 => new StuntFixAllProvider(FixableDiagnosticIds.First(), CreateCodeAction);