wmowm opened this issue 5 years ago · 2 comments
.net core2.1 IHostBuilder does not have IApplicationBuilder, how can I register the service to the application?
Both 2.0 and 3.0 have public void Configure(IApplicationBuilder app) in Startup.cs. We do need to make some extensions for IHostBuilder.
public void Configure(IApplicationBuilder app)
@wmowm how are you wanting to configure via the IHostBuilder builder. I just created multiple apps using the .net 3.1 sdk and both had the IApplicationBuilder. Just trying to get your expectations.
IApplicationBuilder