1 write to WebRootPath
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
54WebRootPath = Path.Combine(aspireAssemblyDirectory, "wwwroot"),
6 references to WebRootPath
Microsoft.AspNetCore (6)
WebApplicationBuilder.cs (6)
52if (options.WebRootPath is not null) 56new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 115if (options.WebRootPath is not null) 119new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 170if (options.WebRootPath is not null) 174new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath),