10 instantiations of WebApplicationFactoryContentRootAttribute
Microsoft.Extensions.Http.Diagnostics.Tests (10)
artifacts\obj\Microsoft.Extensions.Http.Diagnostics.Tests\Debug\net462\Microsoft.Extensions.Http.Diagnostics.Tests.AssemblyInfo.cs (10)
13[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.AmbientMetadata.Application, Version=9.3.0.0, Culture=neutra" + 15[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Compliance.Redaction, Version=9.3.0.0, Culture=neutral, Publ" + 17[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Compliance.Testing, Version=9.3.0.0, Culture=neutral, Public" + 19[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.DependencyInjection.AutoActivation, Version=9.3.0.0, Culture" + 22[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Diagnostics.Testing, Version=9.3.0.0, Culture=neutral, Publi" + 24[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Hosting.Testing, Version=9.3.0.0, Culture=neutral, PublicKey" + 26[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Http.Diagnostics, Version=9.3.0.0, Culture=neutral, PublicKe" + 28[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Telemetry.Abstractions, Version=9.3.0.0, Culture=neutral, Pu" + 30[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.Telemetry, Version=9.3.0.0, Culture=neutral, PublicKeyToken=" + 32[assembly: Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryContentRootAttribute(("Microsoft.Extensions.TimeProvider.Testing, Version=9.3.0.0, Culture=neutral, Publ" +
11 references to WebApplicationFactoryContentRootAttribute
Microsoft.AspNetCore.Mvc.Testing (11)
WebApplicationFactory.cs (5)
46/// <see cref="WebApplicationFactoryContentRootAttribute"/> on the assembly containing the functional tests with 264var contentRootAttribute = metadataAttributes[i]; 301private WebApplicationFactoryContentRootAttribute[] GetContentRootMetadataAttributes( 307.SelectMany(a => a.GetCustomAttributes<WebApplicationFactoryContentRootAttribute>()) 318/// <see cref="WebApplicationFactoryContentRootAttribute"/> applied to these
WebApplicationFactoryContentRootAttribute.cs (6)
13/// <see cref="WebApplicationFactoryContentRootAttribute"/>, filter the instances whose 24/// Initializes a new instance of <see cref="WebApplicationFactoryContentRootAttribute"/>. 27/// The key of this <see cref="WebApplicationFactoryContentRootAttribute"/>. This 29/// <see cref="WebApplicationFactoryContentRootAttribute"/> instances on the test assembly should be used 40/// multiple <see cref="WebApplicationFactoryContentRootAttribute"/> instances are applied for the 76/// Gets a number for determining the probing order when multiple <see cref="WebApplicationFactoryContentRootAttribute"/>