12 references to DoNotReturnValueFromRequestDelegate
Microsoft.AspNetCore.App.Analyzers (2)
Http\RequestDelegateReturnTypeAnalyzer.cs (2)
17
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
);
79
DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
,
Microsoft.AspNetCore.App.Analyzers.Test (10)
Http\RequestDelegateReturnTypeAnalyzerTests.cs (10)
65
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
84
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
107
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
123
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
143
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
164
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
185
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
213
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
241
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)
333
new DiagnosticResult(DiagnosticDescriptors.
DoNotReturnValueFromRequestDelegate
)