13 writes to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
53WebRootPath = Path.Combine(aspireAssemblyDirectory, "wwwroot"),
Microsoft.AspNetCore.StaticAssets.Tests (9)
StaticAssetsIntegrationTests.cs (9)
41WebRootPath = webRoot 91WebRootPath = webRoot 142WebRootPath = webRoot 194WebRootPath = webRoot 251WebRootPath = webRoot 306WebRootPath = webRoot 362WebRootPath = webRoot 415WebRootPath = webRoot 595WebRootPath = webRoot
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
511WebRootPath = "wwwroot2" 801WebRootPath = webRoot 850WebRootPath = webRoot
6 references to WebRootPath
Microsoft.AspNetCore (6)
WebApplicationBuilder.cs (6)
50if (options.WebRootPath is not null) 54new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 113if (options.WebRootPath is not null) 117new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 168if (options.WebRootPath is not null) 172new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath),