6 references to GetJsonContent
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (6)
BootJsonData.cs (1)
407string jsonContent = GetJsonContent(bootConfigPath);
WasmJsModulesIntegrationTests.cs (5)
44var contents = JsonSerializer.Deserialize<JsonDocument>(BootJsonDataLoader.GetJsonContent(blazorBootJson.FullName)); 89var contents = JsonSerializer.Deserialize<JsonDocument>(BootJsonDataLoader.GetJsonContent(blazorBootJson.FullName)); 133var contents = JsonSerializer.Deserialize<JsonDocument>(BootJsonDataLoader.GetJsonContent(blazorBootJson.FullName)); 344var contents = JsonSerializer.Deserialize<JsonDocument>(BootJsonDataLoader.GetJsonContent(path)); 356var contents = JsonSerializer.Deserialize<JsonDocument>(BootJsonDataLoader.GetJsonContent(path));