Skip to content

Commit e379653

Browse files
committed
Update InputSourceActionsConverter.cs
1 parent f6ea142 commit e379653

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Enumerable/InputSourceActionsConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@
2121
using OpenQA.Selenium.BiDi.Modules.Input;
2222
using System;
2323
using System.Collections.Generic;
24-
using System.Diagnostics.CodeAnalysis;
2524
using System.Linq;
2625
using System.Text.Json;
2726
using System.Text.Json.Serialization;
2827

2928
namespace OpenQA.Selenium.BiDi.Communication.Json.Converters.Enumerable;
3029

31-
[UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "Json serializer options should have AOT-safe type resolution")]
32-
[UnconditionalSuppressMessage("AOT", "IL3050", Justification = "Json serializer options should have AOT-safe type resolution")]
3330
internal class InputSourceActionsConverter : JsonConverter<SourceActions>
3431
{
3532
public override SourceActions Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

0 commit comments

Comments
 (0)