mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-06-04 23:54:34 +00:00
Released diagnostics
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
; Shipped analyzer releases
|
; Shipped analyzer releases
|
||||||
; https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
|
; 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
|
Rule ID | Category | Severity | Notes
|
||||||
--------|----------|----------|--------------------
|
--------|----------|----------|--------------------
|
||||||
EFP0001 | Design | Error | ST0001_AnalyzerName
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace EntityFrameworkCore.Projectables.Generator
|
|||||||
public static readonly DiagnosticDescriptor RequiresExpressionBodyDefinition = new(
|
public static readonly DiagnosticDescriptor RequiresExpressionBodyDefinition = new(
|
||||||
id: "EFP0001",
|
id: "EFP0001",
|
||||||
title: "Method or property should expose an expression body definition",
|
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",
|
category: "Design",
|
||||||
DiagnosticSeverity.Error,
|
DiagnosticSeverity.Error,
|
||||||
isEnabledByDefault: true);
|
isEnabledByDefault: true);
|
||||||
|
|||||||
Reference in New Issue
Block a user