Update ASP.NET Core F# project templates to use new minimal hosting APIs in .NET 6 #34123
Labels
feature-templates
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
F# equivalent of #33944
The ASP.NET Core project templates included in the SDK should be updated to use the new minimal hosting APIs introduced in .NET 6 as they represent the new idiomatic way to bootstrap (configure and start) the relevant host for the majority of scenarios.
CreateHostBuilder
method would be removed as the patterns that were previously reliant on this are no longer necessaryStartup
class would be removed and its contents applied as applicable to the calls toWebApplicationBuilder
in Program.csThe text was updated successfully, but these errors were encountered: