3 references to UseSolutionRelativeContentRoot
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
WebApplicationFactorySlnxTests.cs (1)
52builder.UseSolutionRelativeContentRoot("BasicWebSite", _tempDirectory, "TestSolution.slnx");
Microsoft.AspNetCore.TestHost.Tests (2)
UseSolutionRelativeContentRootTests.cs (2)
87builder.UseSolutionRelativeContentRoot("src", _tempDirectory, "*.slnx"); 183builder.UseSolutionRelativeContentRoot("src", subDirectory, "*.slnx");