Skip to content

Migrate tests from WebHostBuilder to HostBuilder or WebApplicationBuilder #4530

@jamescrosswell

Description

@jamescrosswell

WebHostBuilder, IWebHost, and WebHost are obsolete which causes various warnings in our unit tests:

<!-- TODO: Migrate from WebHostBuilder to HostBuilder or WebApplicationBuilder -->
<NoWarn>$(NoWarn);ASPDEPR004;ASPDEPR008</NoWarn>

As these were not trivial to resolve and the net10 branch already includes a massive amount of change, I think we should address these in a separate PR later.

Depends on:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions