Skip to content

Commit d74d834

Browse files
authored
Remove unused usings (#2217)
1 parent 99e70fd commit d74d834

File tree

262 files changed

+0
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+0
-606
lines changed

Source/MQTTnet.AspnetCore/ApplicationBuilderExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using Microsoft.AspNetCore.Builder;
76
using Microsoft.Extensions.DependencyInjection;
87
using MQTTnet.Server;

Source/MQTTnet.AspnetCore/AspNetMqttServerOptionsBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using MQTTnet.Server;
76

87
namespace MQTTnet.AspNetCore;

Source/MQTTnet.AspnetCore/BufferExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using System.Runtime.InteropServices;
76

87
namespace MQTTnet.AspNetCore;

Source/MQTTnet.AspnetCore/EndpointRouterExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using Microsoft.AspNetCore.Builder;
76
using Microsoft.AspNetCore.Routing;
87

Source/MQTTnet.AspnetCore/MqttClientConnectionContextFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using MQTTnet.Adapter;
76
using MQTTnet.Diagnostics.Logger;
87
using MQTTnet.Formatter;

Source/MQTTnet.AspnetCore/MqttConnectionContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using System.Buffers;
76
using System.IO.Pipelines;
87
using System.Net;
98
using System.Security.Cryptography.X509Certificates;
10-
using System.Threading;
11-
using System.Threading.Tasks;
129
using Microsoft.AspNetCore.Connections;
1310
using Microsoft.AspNetCore.Http.Connections.Features;
1411
using Microsoft.AspNetCore.Http.Features;

Source/MQTTnet.AspnetCore/MqttConnectionHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
6-
using System.Threading.Tasks;
75
using Microsoft.AspNetCore.Connections;
86
using Microsoft.AspNetCore.Connections.Features;
97
using MQTTnet.Adapter;

Source/MQTTnet.AspnetCore/MqttHostedServer.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
6-
using System.Collections.Generic;
7-
using System.Threading;
8-
using System.Threading.Tasks;
95
using Microsoft.Extensions.Hosting;
106
using MQTTnet.Diagnostics.Logger;
117
using MQTTnet.Server;

Source/MQTTnet.AspnetCore/MqttSubProtocolSelector.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
85
using Microsoft.AspNetCore.Http;
96

107
namespace MQTTnet.AspNetCore;

Source/MQTTnet.AspnetCore/MqttWebSocketServerAdapter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using System.Net;
76
using System.Net.WebSockets;
8-
using System.Threading.Tasks;
97
using Microsoft.AspNetCore.Http;
108
using MQTTnet.Adapter;
119
using MQTTnet.Diagnostics.Logger;

0 commit comments

Comments
 (0)