6 references to IISExpressAncmSchema
IISExpress.FunctionalTests (2)
RequiresIISAttribute.cs (2)
13
public bool IsMet =>
IISExpressAncmSchema
.SupportsInProcessHosting;
15
public string SkipReason =>
IISExpressAncmSchema
.SkipReason;
Microsoft.AspNetCore.Server.IntegrationTesting (4)
TestMatrix.cs (2)
280
if (!
IISExpressAncmSchema
.SupportsInProcessHosting)
282
skipAncm = skipAncm ??
IISExpressAncmSchema
.SkipReason;
xunit\SkipIfIISExpressSchemaMissingInProcessAttribute.cs (2)
11
public bool IsMet =>
IISExpressAncmSchema
.SupportsInProcessHosting;
13
public string SkipReason =>
IISExpressAncmSchema
.SkipReason;