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 5753226 commit a9dcd75Copy full SHA for a9dcd75
src/Uno.UI/Uno.UI.netcoremobile.csproj
@@ -25,6 +25,9 @@
25
<BuildForLiveUnitTesting>false</BuildForLiveUnitTesting>
26
<NoWarn>$(NoWarn);NU1701;1572;1587;419;1574;1711;1734;CS0105</NoWarn>
27
28
+ <!-- Obsolete members CA1422 -->
29
+ <NoWarn>$(NoWarn);CA1422</NoWarn>
30
+
31
<Nullable>disable</Nullable>
32
33
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
src/Uno.UWP/Uno.netcoremobile.csproj
@@ -20,6 +20,9 @@
20
21
<NoWarn>$(NoWarn);NU1701</NoWarn>
22
23
24
<Deterministic>true</Deterministic>
0 commit comments