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