17 writes to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
54WebRootPath = Path.Combine(aspireAssemblyDirectory, "wwwroot"),
Microsoft.AspNetCore.StaticAssets.Tests (13)
StaticAssetsIntegrationTests.cs (13)
42WebRootPath = webRoot 92WebRootPath = webRoot 143WebRootPath = webRoot 195WebRootPath = webRoot 252WebRootPath = webRoot 307WebRootPath = webRoot 363WebRootPath = webRoot 416WebRootPath = webRoot 482WebRootPath = webRoot 539WebRootPath = webRoot 718WebRootPath = webRoot 1245WebRootPath = webRoot 1335WebRootPath = 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),