You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.