1 write to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (1)
StartupAnalyzerTest.cs (1)
14
StartupAnalyzer
= new StartupAnalyzer();
16 references to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (16)
StartupAnalyzerTest.cs (16)
19
StartupAnalyzer
.ServicesAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
20
StartupAnalyzer
.OptionsAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
21
StartupAnalyzer
.MiddlewareAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
22
StartupAnalyzer
.ConfigureServicesMethodFound += (sender, method) => ConfigureServicesMethods.Add(method);
23
StartupAnalyzer
.ConfigureMethodFound += (sender, method) => ConfigureMethods.Add(method);
215
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
248
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
278
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
331
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
391
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
395
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
399
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
435
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.BuildServiceProviderShouldNotCalledInConfigureServicesMethod)
552
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.IncorrectlyConfiguredAuthorizationMiddleware)
610
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.IncorrectlyConfiguredAuthorizationMiddleware)
656
var test = new StartupCSharpAnalyzerTest(
StartupAnalyzer
, TestReferences.MetadataReferences)