Skip to content

Commit eb3db9d

Browse files
committed
Simplify json internal folder
1 parent 7b78a3b commit eb3db9d

7 files changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// </copyright>
1919

2020
using OpenQA.Selenium.BiDi.Input;
21-
using OpenQA.Selenium.BiDi.Json.Internal;
2221
using System;
2322
using System.Collections.Generic;
2423
using System.Linq;

dotnet/src/webdriver/BiDi/Json/Converters/Polymorphic/DownloadEndEventArgsConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// </copyright>
1919

2020
using OpenQA.Selenium.BiDi.BrowsingContext;
21-
using OpenQA.Selenium.BiDi.Json.Internal;
2221
using System;
2322
using System.Text.Json;
2423
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Json/Converters/Polymorphic/EvaluateResultConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Json.Internal;
2120
using OpenQA.Selenium.BiDi.Script;
2221
using System;
2322
using System.Text.Json;

dotnet/src/webdriver/BiDi/Json/Converters/Polymorphic/LogEntryConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Json.Internal;
2120
using OpenQA.Selenium.BiDi.Log;
2221
using System;
2322
using System.Text.Json;

dotnet/src/webdriver/BiDi/Json/Converters/Polymorphic/RealmInfoConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Json.Internal;
2120
using OpenQA.Selenium.BiDi.Script;
2221
using System;
2322
using System.Text.Json;

dotnet/src/webdriver/BiDi/Json/Converters/Polymorphic/RemoteValueConverter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Json.Internal;
2120
using OpenQA.Selenium.BiDi.Script;
2221
using System;
2322
using System.Text.Json;

dotnet/src/webdriver/BiDi/Json/Internal/JsonExtensions.cs renamed to dotnet/src/webdriver/BiDi/Json/JsonExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
using System.Text.Json;
2121
using System.Text.Json.Serialization.Metadata;
2222

23-
namespace OpenQA.Selenium.BiDi.Json.Internal;
23+
namespace OpenQA.Selenium.BiDi.Json;
2424

2525
internal static class JsonExtensions
2626
{

0 commit comments

Comments
 (0)