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.
2 parents 8c57734 + d6bc35e commit 4a594a1Copy full SHA for 4a594a1
UnitTests/UnitTests.XamlIslands.UWPApp/XamlIslandsTest_StringExtensions.cs
@@ -23,7 +23,7 @@ public async Task StringExtensions_GetViewLocalized()
23
await App.Dispatcher.EnqueueAsync(() =>
24
{
25
var xamlRoot = App.XamlRoot;
26
- var str = StringExtensions.GetViewLocalized("abc", xamlRoot.UIContext);
+ var str = "abc".GetViewLocalized(xamlRoot.UIContext);
27
Assert.AreEqual("ABCDEF", str);
28
});
29
}
@@ -136,4 +136,4 @@ await App.Dispatcher.EnqueueAsync(async () =>
136
137
138
139
-}
+}
0 commit comments