Released diagnostics

This commit is contained in:
Koen Bekkenutte
2021-07-02 01:52:09 +08:00
parent 3bb5dd9f1a
commit 45c1170686
3 changed files with 4 additions and 2 deletions
@@ -1,3 +1,6 @@
; Shipped analyzer releases
; https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
EFP0001 | Design | Error | ST0001_AnalyzerName
@@ -2,4 +2,3 @@
Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
EFP0001 | Design | Error | ST0001_AnalyzerName
@@ -12,7 +12,7 @@ namespace EntityFrameworkCore.Projectables.Generator
public static readonly DiagnosticDescriptor RequiresExpressionBodyDefinition = new(
id: "EFP0001",
title: "Method or property should expose an expression body definition",
messageFormat: "Method or property '{0}' should expose an expression body definition.",
messageFormat: "Method or property '{0}' should expose an expression body definition",
category: "Design",
DiagnosticSeverity.Error,
isEnabledByDefault: true);