Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd74d834

Browse files
authored
Remove unused usings (#2217)
1 parent99e70fd commitd74d834

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-
usingSystem;
65
usingMicrosoft.AspNetCore.Builder;
76
usingMicrosoft.Extensions.DependencyInjection;
87
usingMQTTnet.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-
usingSystem;
65
usingMQTTnet.Server;
76

87
namespaceMQTTnet.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-
usingSystem;
65
usingSystem.Runtime.InteropServices;
76

87
namespaceMQTTnet.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-
usingSystem;
65
usingMicrosoft.AspNetCore.Builder;
76
usingMicrosoft.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-
usingSystem;
65
usingMQTTnet.Adapter;
76
usingMQTTnet.Diagnostics.Logger;
87
usingMQTTnet.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-
usingSystem;
65
usingSystem.Buffers;
76
usingSystem.IO.Pipelines;
87
usingSystem.Net;
98
usingSystem.Security.Cryptography.X509Certificates;
10-
usingSystem.Threading;
11-
usingSystem.Threading.Tasks;
129
usingMicrosoft.AspNetCore.Connections;
1310
usingMicrosoft.AspNetCore.Http.Connections.Features;
1411
usingMicrosoft.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-
usingSystem;
6-
usingSystem.Threading.Tasks;
75
usingMicrosoft.AspNetCore.Connections;
86
usingMicrosoft.AspNetCore.Connections.Features;
97
usingMQTTnet.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-
usingSystem;
6-
usingSystem.Collections.Generic;
7-
usingSystem.Threading;
8-
usingSystem.Threading.Tasks;
95
usingMicrosoft.Extensions.Hosting;
106
usingMQTTnet.Diagnostics.Logger;
117
usingMQTTnet.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-
usingSystem;
6-
usingSystem.Collections.Generic;
7-
usingSystem.Linq;
85
usingMicrosoft.AspNetCore.Http;
96

107
namespaceMQTTnet.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-
usingSystem;
65
usingSystem.Net;
76
usingSystem.Net.WebSockets;
8-
usingSystem.Threading.Tasks;
97
usingMicrosoft.AspNetCore.Http;
108
usingMQTTnet.Adapter;
119
usingMQTTnet.Diagnostics.Logger;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp