1 reference to GetContentRootFromAssembly
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
225
var contentRoot = fromFile ? GetContentRootFromFile("MvcTestingAppManifest.json") :
GetContentRootFromAssembly
();