13 writes to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
55WebRootPath = 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)
509WebRootPath = "wwwroot2" 799WebRootPath = webRoot 848WebRootPath = 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), 166if (options.WebRootPath is not null) 170new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath),