Skip to content

Commit

Permalink
Merge pull request #1575 from riganti/fix/analyzers-build-warning
Browse files Browse the repository at this point in the history
Fixed warning when building analyzers
  • Loading branch information
acizmarik committed Feb 3, 2023
2 parents 3dad60c + aa88b4e commit 3860d30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ public sealed class UnsupportedCallSiteAttributeAnalyzer : DiagnosticAnalyzer
private const string unsupportedCallSiteAttributeMetadataName = "DotVVM.Framework.CodeAnalysis.UnsupportedCallSiteAttribute";
private const int callSiteTypeServerUnderlyingValue = 0;

public static DiagnosticDescriptor DoNotInvokeMethodFromUnsupportedCallSite = new(
public static DiagnosticDescriptor DoNotInvokeMethodFromUnsupportedCallSite = new DiagnosticDescriptor(
DotvvmDiagnosticIds.DoNotInvokeMethodFromUnsupportedCallSiteRuleId,
unsupportedCallSiteTitle,
unsupportedCallSiteMessage,
Expand Down

0 comments on commit 3860d30

Please sign in to comment.