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 99db33b commit 21fc2f9Copy full SHA for 21fc2f9
tests/MongoDB.Bson.TestHelpers/XunitExtensions/TimeoutEnforcing/TimeoutEnforcingTestInvoker.cs
@@ -28,6 +28,8 @@ namespace MongoDB.Bson.TestHelpers.XunitExtensions.TimeoutEnforcing
28
[DebuggerStepThrough]
29
internal sealed class TimeoutEnforcingTestInvoker : XunitTestInvoker
30
{
31
+ // This is a copy of MongoDB.Driver.Core.Misc.TaskExtensions.YieldNoContextAwaitable struct
32
+ // Remove this copy when moving TaskExtensions to BSON level.
33
private struct YieldNoContextAwaitable
34
35
public YieldNoContextAwaiter GetAwaiter() { return new YieldNoContextAwaiter(); }
0 commit comments