File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/M31.FluentApi.Generator Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010
1111namespace M31 . FluentApi . Generator . SourceAnalyzers ;
1212
13- // todo: https://github.com/dotnet/roslyn-analyzers/issues/7438
13+ #pragma warning disable RS1038
1414[ DiagnosticAnalyzer ( LanguageNames . CSharp ) ]
15+ #pragma warning restore RS1038
1516internal class FluentApiAnalyzer : DiagnosticAnalyzer
1617{
1718 public override ImmutableArray < DiagnosticDescriptor > SupportedDiagnostics { get ; } =
Original file line number Diff line number Diff line change 66
77namespace M31 . FluentApi . Generator . SourceGenerators ;
88
9+ #pragma warning disable RS1038
910[ Generator ( LanguageNames . CSharp ) ]
11+ #pragma warning restore RS1038
1012internal class SourceGenerator : IIncrementalGenerator
1113{
1214 internal static readonly SourceGeneratorConfig GeneratorConfig = new SourceGeneratorConfig ( ) ;
You can’t perform that action at this time.
0 commit comments