Skip to content

Commit abb528f

Browse files
committed
Update MessageConverter.cs
1 parent e737d4c commit abb528f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/MessageConverter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
namespace OpenQA.Selenium.BiDi.Communication.Json.Converters.Polymorphic;
2626

27+
// https://github.com/dotnet/runtime/issues/72604
2728
internal class MessageConverter : JsonConverter<Message>
2829
{
2930
public override Message? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

0 commit comments

Comments
 (0)