exceptionless/Exceptionless.Net

How to register app.UseExceptionless("key") in .net core2.1 IHostBuilder?

wmowm opened this issue · 2 comments

wmowm commented

  .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.

@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.