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 0416816 commit 8509830Copy full SHA for 8509830
dotnet/src/webdriver/Command.cs
@@ -142,6 +142,7 @@ internal class SerializableCommand
142
[JsonSerializable(typeof(bool))]
143
[JsonSerializable(typeof(long))]
144
[JsonSerializable(typeof(int))]
145
+ [JsonSerializable(typeof(uint)]
146
[JsonSerializable(typeof(double))]
147
[JsonSerializable(typeof(char[]))]
148
internal partial class CommandSerializerContext : JsonSerializerContext
0 commit comments