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
Sorry. On 0.53 I have default webapplication factory injected into test class as [ClassDataSource<CustomWebApplicationFactory>(Shared = SharedType.PerClass)]. It is IAsyncDisposable. And there are no calls to DisposeAsync method (and no for Dispose too)! For another injected classes (PerAssembly) is the same thing. InitializeAsync works fine