Skip to content

Commit

Permalink
Merge pull request #4949 from dotnet/merges/release/6.0.1xx-preview1-…
Browse files Browse the repository at this point in the history
…to-release/6.0.1xx-preview2

Merge release/6.0.1xx-preview1 to release/6.0.1xx-preview2
  • Loading branch information
mavasani authored Apr 8, 2021
2 parents eefe897 + afa8891 commit e46220a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public sealed partial class PlatformCompatibilityAnalyzer : DiagnosticAnalyzer
public override void Initialize(AnalysisContext context)
{
context.EnableConcurrentExecution();
context.ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags.Analyze | GeneratedCodeAnalysisFlags.ReportDiagnostics);
context.ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags.None);

context.RegisterCompilationStartAction(context =>
{
Expand Down

0 comments on commit e46220a

Please sign in to comment.