@@ -139,7 +139,7 @@ public void TestToString_EmptyString()
139139 Assert . AreEqual ( String . Empty , target . ToString ( ) ) ;
140140 }
141141
142- #if ! UNITY && ! SILVERLIGHT && ! AOT
142+ #if ! UNITY && ! SILVERLIGHT && ! AOT && ! NETFX_CORE
143143 [ Test ]
144144 public void TestEqualsFullTrust ( )
145145 {
@@ -159,7 +159,7 @@ private void ShowResult( Tuple<double, double, double, double> result )
159159
160160#endif // !UNITY && !SILVERLIGHT && !AOT
161161
162- #if ! SILVERLIGHT && ! AOT && ! NETSTANDARD1_1 && ! NETSTANDARD1_3
162+ #if ! SILVERLIGHT && ! AOT && ! NETSTANDARD1_1 && ! NETSTANDARD1_3 && ! NETFX_CORE
163163 private static StrongName GetStrongName ( Type type )
164164 {
165165 var assemblyName = type . Assembly . GetName ( ) ;
@@ -241,7 +241,6 @@ public static void TestEqualsWorker()
241241 AppDomain . CurrentDomain . SetData ( "TestEqualsWorker.Performance" , result ) ;
242242 AppDomain . CurrentDomain . SetData ( "MessagePackString.IsFastEqualsDisabled" , MessagePackString . IsFastEqualsDisabled ) ;
243243 }
244- #endif // !SILVERLIGHT && !AOT && !NETSTANDARD1_1 && !NETSTANDARD1_3
245244
246245 private static Tuple < double , double , double , double > TestEqualsCore ( )
247246 {
@@ -369,5 +368,6 @@ private static Tuple<double, double, double, double> TestEqualsCore()
369368
370369 return Tuple . Create ( tinyAvg , smallAvg , mediumAvg , largeAvg ) ;
371370 }
371+ #endif // !SILVERLIGHT && !AOT && !NETSTANDARD1_1 && !NETSTANDARD1_3
372372 }
373373}
0 commit comments