Skip to content

Commit b04c141

Browse files
committed
chore: Remove/sort using directives
These changes were generated automatically by running "Analyze and Code Cleanup" Signed-off-by: Jon Skeet <[email protected]>
1 parent c97b163 commit b04c141

File tree

15 files changed

+3
-21
lines changed

15 files changed

+3
-21
lines changed

src/CloudNative.CloudEvents.AspNetCore/HttpRequestExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Licensed under the Apache 2.0 license.
33
// See LICENSE file in the project root for full license information.
44

5-
using CloudNative.CloudEvents.Http;
65
using CloudNative.CloudEvents.Core;
6+
using CloudNative.CloudEvents.Http;
77
using Microsoft.AspNetCore.Http;
88
using System;
99
using System.Collections.Generic;

src/CloudNative.CloudEvents.Kafka/KafkaExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Licensed under the Apache 2.0 license.
33
// See LICENSE file in the project root for full license information.
44

5-
using CloudNative.CloudEvents.Extensions;
65
using CloudNative.CloudEvents.Core;
6+
using CloudNative.CloudEvents.Extensions;
77
using Confluent.Kafka;
88
using System;
99
using System.Collections.Generic;

src/CloudNative.CloudEvents.Protobuf/ProtoSchemaReflection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache 2.0 license.
33
// See LICENSE file in the project root for full license information.
44

5-
using CloudNative.CloudEvents.V1;
65
using Google.Protobuf.Reflection;
76
using System;
87

src/CloudNative.CloudEvents.Protobuf/ProtobufEventFormatter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
using System.Linq;
1313
using System.Net.Mime;
1414
using System.Text;
15-
using System.Threading.Tasks;
1615
using static CloudNative.CloudEvents.V1.CloudEvent;
1716
using static CloudNative.CloudEvents.V1.CloudEvent.Types;
1817
using static CloudNative.CloudEvents.V1.CloudEvent.Types.CloudEventAttributeValue;

src/CloudNative.CloudEvents.SystemTextJson/JsonEventFormatter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using System.Text;
1111
using System.Text.Json;
1212
using System.Threading.Tasks;
13-
using System.Xml.Linq;
1413

1514
namespace CloudNative.CloudEvents.SystemTextJson
1615
{

src/CloudNative.CloudEvents/Http/HttpUtilities.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
using CloudNative.CloudEvents.Core;
66
using System;
7-
using System.Net;
8-
using System.Net.Http;
97
using System.Text;
10-
using System.Threading.Tasks;
118

129
namespace CloudNative.CloudEvents.Http
1310
{

test/CloudNative.CloudEvents.IntegrationTests/AspNetCore/CloudEventControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// See LICENSE file in the project root for full license information.
44

55
using CloudNative.CloudEvents.AspNetCoreSample;
6-
using CloudNative.CloudEvents.NewtonsoftJson;
76
using CloudNative.CloudEvents.Http;
7+
using CloudNative.CloudEvents.NewtonsoftJson;
88
using Microsoft.AspNetCore.Mvc.Testing;
99
using System;
1010
using System.Net;

test/CloudNative.CloudEvents.UnitTests/AspNetCore/HttpRequestExtensionsTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Microsoft.AspNetCore.Http.Internal;
99
using System;
1010
using System.Collections.Generic;
11-
using System.IO;
1211
using System.Net.Mime;
1312
using System.Threading.Tasks;
1413
using Xunit;

test/CloudNative.CloudEvents.UnitTests/CloudEventFormatterTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
using System;
66
using System.Collections.Generic;
7-
using System.IO;
87
using System.Net.Mime;
9-
using System.Text;
10-
using System.Threading.Tasks;
118
using Xunit;
129

1310
namespace CloudNative.CloudEvents.UnitTests

test/CloudNative.CloudEvents.UnitTests/CloudEventsSpecVersionTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See LICENSE file in the project root for full license information.
44

55
using System;
6-
using System.Collections.Generic;
7-
using System.Text;
86
using Xunit;
97

108
namespace CloudNative.CloudEvents.UnitTests

0 commit comments

Comments
 (0)