We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d53d2 commit 98c38a6Copy full SHA for 98c38a6
src/bunit.core/TestContextBase.cs
@@ -91,9 +91,6 @@ protected virtual void Dispose(bool disposing)
91
renderer.Dispose();
92
}
93
94
- // Ignore the async task as GetAwaiter().GetResult() can cause deadlock
95
- // and implementing IAsyncDisposable in TestContext will be a breaking change.
96
- //
97
// NOTE: This has to be called before Services.Dispose().
98
// If there are IAsyncDisposable services registered, calling Dispose first
99
// causes the service provider to throw an exception.
0 commit comments