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