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 385c65b commit 606796cCopy full SHA for 606796c
tests/linker/ios/link sdk/ReflectionTest.cs
@@ -25,7 +25,7 @@ public void ParameterInfoName ()
25
26
var mi = GetType ().Assembly.GetType ("Linker.Shared.Reflection.ReflectionTestClass").GetMethod ("MethodWithParameters");
27
var p = mi.GetParameters ();
28
-#if DEBUG && !NET
+#if DEBUG
29
// dotnet has adopted (and adapted) the metadata reducer and runs it on it's own conditions
30
var optimized = false;
31
#else
0 commit comments