minor clean up (#1002)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
Reiley Yang 2020-08-04 14:51:59 -07:00 committed by GitHub
parent 5cdfd30284
commit 4f8c351420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 19 deletions

View File

@ -6,6 +6,7 @@ chat](https://badges.gitter.im/open-telemetry/opentelemetry-dotnet.svg)](https:/
Status](https://action-badges.now.sh/open-telemetry/opentelemetry-dotnet)](https://github.com/open-telemetry/opentelemetry-dotnet/actions)
[![Release](https://img.shields.io/github/v/release/open-telemetry/opentelemetry-dotnet?include_prereleases&style=)](https://github.com/open-telemetry/opentelemetry-dotnet/releases/)
[![Nuget](https://img.shields.io/nuget/vpre/OpenTelemetry.svg)](https://www.nuget.org/profiles/OpenTelemetry)
[![NuGet](https://img.shields.io/nuget/dt/OpenTelemetry.Api.svg)](https://www.nuget.org/profiles/OpenTelemetry)
The .NET [OpenTelemetry](https://opentelemetry.io/) client.

View File

@ -6,13 +6,6 @@
<DefineConstants>$(DefineConstants);API</DefineConstants>
</PropertyGroup>
<!--
Uncomment for development. This will disable the verification that every public method needs to be documented.
<PropertyGroup>
<NoWarn>$(NoWarn),1591</NoWarn>
</PropertyGroup>
-->
<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticSourcePkgVer)" />
</ItemGroup>

View File

@ -4,12 +4,9 @@
<Description>OpenTracing shim for OpenTelemetry .NET</Description>
<PackageTags>$(PackageTags);distributed-tracing;OpenTracing</PackageTags>
<IsPackable>true</IsPackable>
<!--
Uncomment for development. This will disable the verification that every public method needs to be documented.
//TODO: Disable this exception, and actually do document all public API.
TODO: Disable this exception, and actually do document all public API.
-->
<NoWarn>$(NoWarn),1591</NoWarn>
</PropertyGroup>

View File

@ -2,14 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net452;net46;netstandard2.0</TargetFrameworks>
<Description>OpenTelemetry .NET SDK</Description>
</PropertyGroup>
<!--
Uncomment for development. This will disable the verification that every public method needs to be documented.
//TODO: Disable this exception, and actually do document all public API. Quite a lot are missing now.
-->
<PropertyGroup>
<!--
TODO: Disable this exception, and actually do document all public API.
-->
<NoWarn>$(NoWarn),1591</NoWarn>
</PropertyGroup>