4 writes to SkipReason
Microsoft.AspNetCore.Server.IntegrationTesting (4)
xunit\IISExpressAncmSchema.cs (4)
17SkipReason = "IIS Express tests can only be run on Windows"; 27SkipReason = "IIS Express is not installed."; 39SkipReason = "Could not read ANCM schema configuration"; 48SkipReason = SupportsInProcessHosting ? null : "IIS Express must be upgraded to support in-process hosting.";
3 references to SkipReason
IISExpress.FunctionalTests (1)
RequiresIISAttribute.cs (1)
15public string SkipReason => IISExpressAncmSchema.SkipReason;
Microsoft.AspNetCore.Server.IntegrationTesting (2)
TestMatrix.cs (1)
282skipAncm = skipAncm ?? IISExpressAncmSchema.SkipReason;
xunit\SkipIfIISExpressSchemaMissingInProcessAttribute.cs (1)
13public string SkipReason => IISExpressAncmSchema.SkipReason;