Skip to content

UseTwitchLibEventSubWebhooks support for .NET 7+ IHostApplicationBuilder #6

@darrenfoley

Description

@darrenfoley

The UseTwitchLibEventSubWebhooks extension method is currently defined on IApplicationBuilder, which is being phased out in favor of IHostApplicationBuilder.

HostApplicationBuilder is returned by Host.CreateApplicationBuilder() and implements IHostApplicationBuilder.
WebApplicationBuilder is returned by WebApplication.CreateBuilder() and also implements IHostApplicationBuilder.

Can we get support for this new interface?

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