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