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 32fa2a9 commit 70ee7c2Copy full SHA for 70ee7c2
src/GraphQL.Client/Websocket/GraphQLHttpWebSocket.cs
@@ -1,4 +1,8 @@
1
using System.Diagnostics;
2
+#pragma warning disable IDE0005
3
+// see https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/implicit-global-using-netfx
4
+using System.Net.Http;
5
+#pragma warning restore IDE0005
6
using System.Net.WebSockets;
7
using System.Reactive;
8
using System.Reactive.Disposables;
0 commit comments