1 instantiation of E2EManifestJsonContext
Microsoft.AspNetCore.Components.Testing.Tasks (1)
E2EManifestJsonContext.g.cs (1)
28
public static global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to E2EManifestJsonContext
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.g.cs (1)
28
public static global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
GenerateE2EManifest.cs (1)
137
var json = JsonSerializer.Serialize(manifest,
E2EManifestJsonContext
.Default.E2EManifestModel);