Fixer/Analyzer: Suggest switching builder.Host.ConfigureAppConfiguration and builder.Host.ConfigureHostConfiguration to use the builder.Configuration property directly #35815
Labels
analyzer
Indicates an issue which is related to analyzer experience
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-hosting
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Priority:2
Work that is important, but not critical for the release
Milestone
The WebApplicationBuilder has top level properties to remove some of the callback noise and we should push developers towards using those properties in their code since they are the moral equivalent to the Configure* callbacks:
Should be rewritten to:
The text was updated successfully, but these errors were encountered: