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
<!-- xUnit2031: Do not use Where clause with Assert.Single -->
39
-
<!-- xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. -->
40
-
<!-- TODO: Re-enable and remove this. -->
41
-
<NoWarn>$(NoWarn);xUnit2031;xUnit1051</NoWarn>
42
37
</PropertyGroup>
43
38
44
39
<!-- OS/Architecture properties for local development resources -->
xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive
11
+
12
+
This is being disabled here in addition to any central location, because this project
13
+
gets built independently on helix.
14
+
-->
15
+
<NoWarn>$(NoWarn);CS8002;xUnit1051</NoWarn>
9
16
10
17
<InstallBrowsersForPlaywrightCondition="'$(InstallBrowsersForPlaywright)' == '' and '$(CODESPACES)' == 'true'">true</InstallBrowsersForPlaywright>
11
18
<InstallBrowsersForPlaywrightCondition="'$(InstallBrowsersForPlaywright)' == '' and '$(ContinuousIntegrationBuild)' == 'true'">true</InstallBrowsersForPlaywright>
0 commit comments