remove `ImplicitUsings disable` from projects (part 4) (#3986)

This commit is contained in:
Timothy Mothra 2022-12-07 17:24:32 -08:00 committed by GitHub
parent 589e891d62
commit 2eda12a018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 6 additions and 37 deletions

View File

@ -10,7 +10,6 @@
<!-- this is temporary. will remove in future PR. -->
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<!--Do not run ApiCompat as this package has never released a stable version.

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using OpenTelemetry.Exporter;

View File

@ -14,9 +14,7 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Internal;

View File

@ -14,10 +14,7 @@
// limitations under the License.
// </copyright>
using System;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using OpenTelemetry.Metrics;
namespace OpenTelemetry.Exporter.Prometheus

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using OpenTelemetry.Internal;
using OpenTelemetry.Metrics;

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics.Tracing;
using OpenTelemetry.Internal;

View File

@ -14,9 +14,6 @@
// limitations under the License.
// </copyright>
#if NET6_0_OR_GREATER
using System;
#endif
using System.Diagnostics;
using System.Globalization;
using System.Runtime.CompilerServices;

View File

@ -9,7 +9,6 @@
<!-- this is temporary. will remove in future PR. -->
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<!--Do not run ApiCompat as this package has never released a stable version.

View File

@ -14,10 +14,7 @@
// limitations under the License.
// </copyright>
using System;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Internal;

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using OpenTelemetry.Exporter;

View File

@ -14,8 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using System.Collections.Generic;
using OpenTelemetry.Internal;
namespace OpenTelemetry.Exporter

View File

@ -14,9 +14,7 @@
// limitations under the License.
// </copyright>
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using OpenTelemetry.Internal;
using OpenTelemetry.Trace;

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System.Collections.Generic;
using System.Text.Json;
namespace OpenTelemetry.Exporter.Zipkin.Implementation

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics.Tracing;
using OpenTelemetry.Internal;

View File

@ -14,11 +14,8 @@
// limitations under the License.
// </copyright>
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text.Json;
using System.Threading;
using OpenTelemetry.Internal;
namespace OpenTelemetry.Exporter.Zipkin.Implementation

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using OpenTelemetry.Internal;
namespace OpenTelemetry.Exporter.Zipkin.Implementation;

View File

@ -8,7 +8,6 @@
<!-- this is temporary. will remove in future PR. -->
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>

View File

@ -14,18 +14,15 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
#if NETFRAMEWORK
using System.Net.Http;
#endif
using System.Net.Http.Headers;
using System.Net.Sockets;
using System.Runtime.CompilerServices;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using OpenTelemetry.Exporter.Zipkin.Implementation;
using OpenTelemetry.Internal;
using OpenTelemetry.Resources;

View File

@ -14,8 +14,9 @@
// limitations under the License.
// </copyright>
using System;
#if NETFRAMEWORK
using System.Net.Http;
#endif
using System.Reflection;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;

View File

@ -14,9 +14,10 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics;
#if NETFRAMEWORK
using System.Net.Http;
#endif
using Microsoft.Extensions.Configuration;
using OpenTelemetry.Internal;
using OpenTelemetry.Trace;