minor clean up (#1002)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
parent
5cdfd30284
commit
4f8c351420
|
|
@ -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)
|
||||
[](https://github.com/open-telemetry/opentelemetry-dotnet/releases/)
|
||||
[](https://www.nuget.org/profiles/OpenTelemetry)
|
||||
[](https://www.nuget.org/profiles/OpenTelemetry)
|
||||
|
||||
The .NET [OpenTelemetry](https://opentelemetry.io/) client.
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue