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)
55if (options.WebRootPath is not null) 59new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 120if (options.WebRootPath is not null) 124new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath), 177if (options.WebRootPath is not null) 181new KeyValuePair<string, string?>(WebHostDefaults.WebRootKey, options.WebRootPath),