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 65ed50e commit 4b7eb2aCopy full SHA for 4b7eb2a
UnitTests/UnitTests.UWP/UnitTestApp.xaml
@@ -6,6 +6,10 @@
6
RequestedTheme="Light" >
7
<Application.Resources>
8
9
+ <extensions:EnumValuesExtension x:Key="DummyExtension"/>
10
+
11
+ <unitTestExtensions:Animal x:Key="Animal">Cat</unitTestExtensions:Animal>
12
13
<!-- Workarounds for .NET Native issue in unit tests -->
14
<CommandBar x:Key="DummyCommandBar">
15
<AppBarButton Icon="{extensions:FontIcon Glyph=}"/>
0 commit comments