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
Updates several NuGet package versions, including Microsoft.NET.Test.Sdk, TUnit, and XAMLTest.
Fixes a potential issue in a test case by using CancellationToken.None instead of TestContext.Current!.CancellationToken
awaitAssert.That(ex.Message).IsEqualTo("Multiple viable DialogHosts. Specify a unique Identifier on each DialogHost, especially where multiple Windows are a concern.");
144
+
awaitAssert.That(ex?.Message).IsEqualTo("Multiple viable DialogHosts. Specify a unique Identifier on each DialogHost, especially where multiple Windows are a concern.");
145
145
}
146
146
147
147
[Test]
@@ -164,7 +164,7 @@ public async Task WhenContentIsNullItThrows()
164
164
CreateElement();// ensure at least one DialogHost exists
0 commit comments