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
#pragma warning disable IL2026// ExecuteTestAsync uses reflection, but caller (ExecuteWithGlobalLimitAsync) is already marked with RequiresUnreferencedCode
#pragma warning disable IL2026// ExecuteTestAsync uses reflection, but caller (ExecuteWithGlobalLimitAsync) is already marked with RequiresUnreferencedCode
@@ -80,7 +78,6 @@ public Task InjectPropertiesIntoObjectAsync(object instance, ConcurrentDictionar
80
78
thrownewArgumentNullException(nameof(events),"TestContextEvents must not be null. Each test permutation must have a unique TestContextEvents instance for proper disposal tracking.");
81
79
}
82
80
83
-
// Start with an empty visited set for cycle detection
0 commit comments