mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-23 03:06:30 +00:00
Released diagnostics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user