Skip to content

Commit

Permalink
Remove include from test project for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Jul 17, 2021
1 parent 9ffb409 commit 7d60ca6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
</ItemGroup>

<ItemGroup>
<Compile Include="$(RepoRoot)\src\OpenTelemetry\Internal\DateTimeOffsetExtensions.net452.cs" Link="Includes\DateTimeOffsetExtensions.net452.cs" />
<!-- TODO: Much of the metrics SDK is currently internal.
In the meantime the OpenTelemetry SDK project has set InternalsVisibleTo for the OpenTelemetry.Exporter.OpenTelemetryProtocol project.
These include conflict with the exposed internal types, so they need to be commented out for now. -->
<!--<Compile Include="$(RepoRoot)\src\OpenTelemetry\Internal\DateTimeOffsetExtensions.net452.cs" Link="Includes\DateTimeOffsetExtensions.net452.cs" />-->
<Compile Include="$(RepoRoot)\test\OpenTelemetry.Tests\Shared\DelegatingTestExporter.cs" Link="Includes\DelegatingTestExporter.cs" />
<Compile Include="$(RepoRoot)\test\OpenTelemetry.Tests\Shared\EventSourceTestHelper.cs" Link="Includes\EventSourceTestHelper.cs" />
<Compile Include="$(RepoRoot)\test\OpenTelemetry.Tests\Shared\SkipUnlessEnvVarFoundFactAttribute.cs" Link="Includes\SkipUnlessEnvVarFoundFactAttribute.cs" />
Expand Down

0 comments on commit 7d60ca6

Please sign in to comment.