Add support for HostApplicationBuilder for JasperFXExtensions #2088
claudiu-mera
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Microsoft is moving away from Host.CreateDefaultBuilder and pushing the new way of bootstrapping applications via Host.CreateApplicationBuilder method.
Even thought Wolverine provides ApplyJasperFxExtensions for WebApplication approach, there is no support for the equivalent HostApplicationBuilder.
As opposed to WebApplicationBuilder , which exposes Host property for backward compatibility, HostApplicationBuilder does not expose it, making impossible applying JasperFX extensions.
Is this going to be supported?
Beta Was this translation helpful? Give feedback.
All reactions