1 write to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (1)
MinimalStartupTest.cs (1)
16
StartupAnalyzer
= new StartupAnalyzer();
18 references to StartupAnalyzer
Microsoft.AspNetCore.Analyzers.Test (18)
MinimalStartupTest.cs (18)
21
StartupAnalyzer
.ServicesAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
22
StartupAnalyzer
.OptionsAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
23
StartupAnalyzer
.MiddlewareAnalysisCompleted += (sender, analysis) => Analyses.Add(analysis);
24
StartupAnalyzer
.ConfigureServicesMethodFound += (sender, method) => ConfigureServicesMethods.Add(method);
25
StartupAnalyzer
.ConfigureMethodFound += (sender, method) => ConfigureMethods.Add(method);
126
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
147
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
166
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
206
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
251
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
255
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
259
new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
284
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.BuildServiceProviderShouldNotCalledInConfigureServicesMethod)
386
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.IncorrectlyConfiguredAuthorizationMiddleware)
436
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.IncorrectlyConfiguredAuthorizationMiddleware)
474
var test = new StartupCSharpAnalyzerTest(
StartupAnalyzer
, TestReferences.MetadataReferences)
535
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)
591
var diagnosticResult = new DiagnosticResult(
StartupAnalyzer
.Diagnostics.UnsupportedUseMvcWithEndpointRouting)