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:
parent
6e47aaf6bd
commit
e40314e782
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
using CloudNative.CloudEvents.NewtonsoftJson;
|
||||
using System;
|
||||
using System.Text;
|
||||
using Xunit;
|
||||
using static CloudNative.CloudEvents.UnitTests.CloudEventFormatterExtensions;
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
using CloudNative.CloudEvents.NewtonsoftJson;
|
||||
using System;
|
||||
using System.Text;
|
||||
using Xunit;
|
||||
using static CloudNative.CloudEvents.UnitTests.CloudEventFormatterExtensions;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue