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 8491ab6 commit 712f514Copy full SHA for 712f514
test/MsgPack.UnitTest/Serialization/SerializationContextTest.cs
@@ -436,9 +436,9 @@ public void TestResolveSerializer_SetNull_Generated()
436
var result = context.GetSerializer<Image>();
437
Assert.That( raised, Is.EqualTo( 1 ) );
438
Assert.That( result, Is.Not.Null );
439
-#if !NETFX_35 && !UNITY && !NETFX_CORE && !SILVERLIGHT
+#if !NETFX_35 && !UNITY && !NETFX_CORE && !SILVERLIGHT && !XAMIOS && !XAMDROID
440
Assert.That( result.GetType().GetAssembly().IsDynamic );
441
-#endif // !NETFX_35 && !UNITY && !NETFX_CORE && !SILVERLIGHT
+#endif // !NETFX_35 && !UNITY && !NETFX_CORE && !SILVERLIGHT && !XAMIOS && !XAMDROID
442
}
443
444
0 commit comments