chore: Remove/sort using directives

These changes were generated automatically by running "Analyze and Code Cleanup"

Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
Jon Skeet 2023-11-14 10:18:31 +00:00
parent 6e47aaf6bd
commit e40314e782
15 changed files with 3 additions and 21 deletions

View File

@ -2,8 +2,8 @@
// Licensed under the Apache 2.0 license.
// See LICENSE file in the project root for full license information.
using CloudNative.CloudEvents.Http;
using CloudNative.CloudEvents.Core;
using CloudNative.CloudEvents.Http;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;

View File

@ -2,8 +2,8 @@
// Licensed under the Apache 2.0 license.
// See LICENSE file in the project root for full license information.
using CloudNative.CloudEvents.Extensions;
using CloudNative.CloudEvents.Core;
using CloudNative.CloudEvents.Extensions;
using Confluent.Kafka;
using System;
using System.Collections.Generic;

View File

@ -2,7 +2,6 @@
// Licensed under the Apache 2.0 license.
// See LICENSE file in the project root for full license information.
using CloudNative.CloudEvents.V1;
using Google.Protobuf.Reflection;
using System;

View File

@ -12,7 +12,6 @@ using System.IO;
using System.Linq;
using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
using static CloudNative.CloudEvents.V1.CloudEvent;
using static CloudNative.CloudEvents.V1.CloudEvent.Types;
using static CloudNative.CloudEvents.V1.CloudEvent.Types.CloudEventAttributeValue;

View File

@ -10,7 +10,6 @@ using System.Net.Mime;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace CloudNative.CloudEvents.SystemTextJson
{

View File

@ -4,10 +4,7 @@
using CloudNative.CloudEvents.Core;
using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace CloudNative.CloudEvents.Http
{

View File

@ -3,8 +3,8 @@
// See LICENSE file in the project root for full license information.
using CloudNative.CloudEvents.AspNetCoreSample;
using CloudNative.CloudEvents.NewtonsoftJson;
using CloudNative.CloudEvents.Http;
using CloudNative.CloudEvents.NewtonsoftJson;
using Microsoft.AspNetCore.Mvc.Testing;
using System;
using System.Net;

View File

@ -8,7 +8,6 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Internal;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Mime;
using System.Threading.Tasks;
using Xunit;

View File

@ -4,10 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace CloudNative.CloudEvents.UnitTests

View File

@ -3,8 +3,6 @@
// See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace CloudNative.CloudEvents.UnitTests

View File

@ -3,7 +3,6 @@
// See LICENSE file in the project root for full license information.
using CloudNative.CloudEvents.NewtonsoftJson;
using System.Text;
using Xunit;
using static CloudNative.CloudEvents.UnitTests.CloudEventFormatterExtensions;

View File

@ -4,7 +4,6 @@
using CloudNative.CloudEvents.NewtonsoftJson;
using System;
using System.Text;
using Xunit;
using static CloudNative.CloudEvents.UnitTests.CloudEventFormatterExtensions;

View File

@ -4,7 +4,6 @@
using CloudNative.CloudEvents.NewtonsoftJson;
using System;
using System.Text;
using Xunit;
using static CloudNative.CloudEvents.UnitTests.CloudEventFormatterExtensions;

View File

@ -6,7 +6,6 @@ using CloudNative.CloudEvents.Core;
using CloudNative.CloudEvents.NewtonsoftJson;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mime;
using System.Threading.Tasks;

View File

@ -6,8 +6,6 @@ using CloudNative.CloudEvents.Core;
using CloudNative.CloudEvents.UnitTests;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;