You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement analyzer that suggests using builder.Services to ConfigureServices method (#42356)
* Implement analyzer to prefer builder.Services over ConfigureServices method
* Update src/Framework/AspNetCoreAnalyzers/src/Analyzers/DiagnosticDescriptors.cs
Co-authored-by: Safia Abdalla <[email protected]>
* Update src/Framework/AspNetCoreAnalyzers/src/Analyzers/DiagnosticDescriptors.cs
Co-authored-by: Safia Abdalla <[email protected]>
* Rephrase the warnings in the diagnostic descriptor and the tests
* Update the title and warning in the diagnostic descriptor
* Resolved merge conflict in WebApplicationBuilderAnalyzer.cs
* Resolve merge conflicts
* Add configureServicesTypes to WebApplicationBuilderAnalyzer.cs
Co-authored-by: Safia Abdalla <[email protected]>
0 commit comments