Skip to content

Commit e88ea43

Browse files
authored
Remove unused Newtonsoft.Json usings (#2389)
- Baby step towards #2362
1 parent a810e53 commit e88ea43

22 files changed

+1
-41
lines changed

lib/PuppeteerSharp.Tests/CoverageTests/CSSResetOnNavigationTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Linq;
31
using System.Threading.Tasks;
4-
using Newtonsoft.Json;
52
using PuppeteerSharp.PageCoverage;
63
using PuppeteerSharp.Tests.Attributes;
74
using PuppeteerSharp.Nunit;

lib/PuppeteerSharp.Tests/CoverageTests/JSResetOnNavigationTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Linq;
31
using System.Threading.Tasks;
4-
using Newtonsoft.Json;
52
using PuppeteerSharp.PageCoverage;
63
using PuppeteerSharp.Tests.Attributes;
74
using PuppeteerSharp.Nunit;

lib/PuppeteerSharp.Tests/MouseTests/Dimensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using Newtonsoft.Json;
3-
41
namespace PuppeteerSharp.Tests.MouseTests
52
{
63
public class Dimensions

lib/PuppeteerSharp.Tests/PageTests/PdfTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Threading.Tasks;
44
using Newtonsoft.Json;

lib/PuppeteerSharp.Tests/TracingTests/TracingTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.IO;
4-
using System.Linq;
5-
using System.Text;
64
using System.Threading.Tasks;
75
using Newtonsoft.Json;
86
using Newtonsoft.Json.Linq;

lib/PuppeteerSharp/BoundingBox.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using Newtonsoft.Json;
32
using PuppeteerSharp.Media;
43

54
namespace PuppeteerSharp

lib/PuppeteerSharp/ContextPayload.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Newtonsoft.Json;
2-
31
namespace PuppeteerSharp
42
{
53
internal class ContextPayload

lib/PuppeteerSharp/ContextPayloadAuxData.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Newtonsoft.Json;
2-
31
namespace PuppeteerSharp
42
{
53
internal class ContextPayloadAuxData

lib/PuppeteerSharp/FramePayload.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Newtonsoft.Json;
2-
31
namespace PuppeteerSharp
42
{
53
internal class FramePayload

lib/PuppeteerSharp/GeolocationOption.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using Newtonsoft.Json;
32

43
namespace PuppeteerSharp
54
{

0 commit comments

Comments
 (0)