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