We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6440e9 commit c876640Copy full SHA for c876640
third_party/dotnet/devtools/src/generator/Templates/DevToolsSessionDomains.hbs
@@ -56,6 +56,6 @@ namespace {{rootNamespace}}
56
{{#each events}}
57
[global::System.Text.Json.Serialization.JsonSerializable(typeof({{fullTypeName}}))]
58
{{/each}}
59
- [global::System.Text.Json.Serialization.JsonSourceGenerationOptions(Converters = typeof(OpenQA.Selenium.DevTools.Json.StringConverter))]
+ [global::System.Text.Json.Serialization.JsonSourceGenerationOptions(Converters = [typeof(OpenQA.Selenium.DevTools.Json.StringConverter)])]
60
internal sealed partial class {{protocolVersion}}JsonSerializerContext : global::System.Text.Json.Serialization.JsonSerializerContext;
61
}
0 commit comments