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 a076702 commit 8e9a755Copy full SHA for 8e9a755
dotnet/src/webdriver/Command.cs
@@ -144,6 +144,8 @@ internal class SerializableCommand
144
145
[JsonSerializable(typeof(IList<object>))]
146
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
147
+ [JsonSerializable(typeof(long))]
148
+ [JsonSerializable(typeof(int))]
149
internal partial class CommandSerializerContext : JsonSerializerContext
150
{
151
0 commit comments