Skip to content

[Feature] Support new combined host builder #104

Description

@dosolkowski-work

There are extension methods for the older IHostBuilder interface, which uses separate callbacks for different parts of host construction, but .NET is recommending the new IHostApplicationBuilder instead, which has properties available for all of the different host parts (environment, logging, services, etc.). Could we have equivalent UseSerilog methods for the IHostApplicationBuilder interface as well? Unfortunately, there isn't an adapter to convert between them, so we need new methods to retain the existing functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions