1 write to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
54
WebRootPath
= Path.Combine(aspireAssemblyDirectory, "wwwroot"),
6 references to WebRootPath
Microsoft.AspNetCore (6)
WebApplicationBuilder.cs (6)
50
if (options.
WebRootPath
is not null)
54
new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.
WebRootPath
),
113
if (options.
WebRootPath
is not null)
117
new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.
WebRootPath
),
168
if (options.
WebRootPath
is not null)
172
new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.
WebRootPath
),