12 references to IsMono
Microsoft.AspNetCore.Diagnostics.Tests (1)
ExceptionDetailsProviderTest.cs (1)
44if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.InternalTesting (1)
xunit\FrameworkSkipConditionAttribute.cs (1)
36TestPlatformHelper.IsMono)
Microsoft.AspNetCore.InternalTesting.Tests (2)
TestPlatformHelperTest.cs (2)
45Assert.True(TestPlatformHelper.IsMono); 52Assert.False(TestPlatformHelper.IsMono);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\SimpleTypeModelBinderTest.cs (1)
81if (!TestPlatformHelper.IsMono)
ModelBinding\Binders\TryParseTypeModelBinderTest.cs (1)
30if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (1)
XmlAssertTest.cs (1)
49if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
LinkGenerationTests.cs (1)
55TestPlatformHelper.IsMono ? new Uri(expected) : new Uri(expected, UriKind.Relative),
ViewEngineTests.cs (2)
136if (!TestPlatformHelper.IsMono) 277if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Routing.Tests (2)
Constraints\RegexInlineRouteConstraintTests.cs (1)
65if (TestPlatformHelper.IsMono)
Constraints\RegexRouteConstraintTests.cs (1)
107if (TestPlatformHelper.IsMono)