remove `ImplicitUsings disable` from projects (part 5) (#3989)

* remove ImplicitUsings disable from projects.
ZPages

* Hosting

* Propagators
This commit is contained in:
Timothy Mothra 2022-12-08 10:51:34 -08:00 committed by GitHub
parent 2eda12a018
commit e29f8443e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 0 additions and 28 deletions

View File

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

View File

@ -14,9 +14,7 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Timers; using System.Timers;
namespace OpenTelemetry.Exporter.ZPages.Implementation namespace OpenTelemetry.Exporter.ZPages.Implementation

View File

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

View File

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

View File

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

View File

@ -14,12 +14,8 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.IO;
using System.Net; using System.Net;
using System.Threading;
using System.Threading.Tasks;
using OpenTelemetry.Exporter.ZPages.Implementation; using OpenTelemetry.Exporter.ZPages.Implementation;
using OpenTelemetry.Internal; using OpenTelemetry.Internal;

View File

@ -14,7 +14,6 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Diagnostics; using System.Diagnostics;
using OpenTelemetry.Exporter.ZPages.Implementation; using OpenTelemetry.Exporter.ZPages.Implementation;
using OpenTelemetry.Trace; using OpenTelemetry.Trace;

View File

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

View File

@ -14,10 +14,7 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Hosting;
using OpenTelemetry.Metrics; using OpenTelemetry.Metrics;

View File

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

View File

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

View File

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

View File

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

View File

@ -14,10 +14,7 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Linq;
using System.Text; using System.Text;
using OpenTelemetry.Context.Propagation; using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Internal; using OpenTelemetry.Internal;

View File

@ -14,10 +14,7 @@
// limitations under the License. // limitations under the License.
// </copyright> // </copyright>
using System;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Linq;
using OpenTelemetry.Context.Propagation; using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Internal; using OpenTelemetry.Internal;

View File

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

View File

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