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