13 writes to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
54
WebRootPath
= Path.Combine(aspireAssemblyDirectory, "wwwroot"),
Microsoft.AspNetCore.StaticAssets.Tests (9)
StaticAssetsIntegrationTests.cs (9)
41
WebRootPath
= webRoot
91
WebRootPath
= webRoot
142
WebRootPath
= webRoot
194
WebRootPath
= webRoot
251
WebRootPath
= webRoot
306
WebRootPath
= webRoot
362
WebRootPath
= webRoot
415
WebRootPath
= webRoot
595
WebRootPath
= webRoot
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
509
WebRootPath
= "wwwroot2"
799
WebRootPath
= webRoot
848
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
),
166
if (options.
WebRootPath
is not null)
170
new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.
WebRootPath
),