27 references to AddJsonFile
aspire (2)
Aspire.Hosting (5)
Aspire.Hosting.Tests (2)
dotnet-user-secrets (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.BrowserTesting (5)
BrowserTestBase.cs (5)
50.AddJsonFile(Path.Combine(basePath, $"playwrightSettings.{os}.json"), optional: true);
54builder.AddJsonFile(Path.Combine(basePath, "playwrightSettings.ci.json"), optional: true)
55.AddJsonFile(Path.Combine(basePath, $"playwrightSettings.ci.{os}.json"), optional: true);
60builder.AddJsonFile(Path.Combine(basePath, "playwrightSettings.container.json"), optional: true);
65builder.AddJsonFile(Path.Combine(basePath, "playwrightSettings.debug.json"), optional: true);
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
SampleStartups (1)
Templates.Blazor.WebAssembly.Auth.Tests (2)
Templates.Blazor.WebAssembly.Tests (2)
Templates.Mvc.Tests (2)
Templates.Tests (2)