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