Skip to content

Commit fb1bb2e

Browse files
authored
Bump DatadogTestCollector and DatadogTestLogger to 0.0.55 (#8949)
## Summary of changes Bumps the `DatadogTestCollector` and `DatadogTestLogger` package references from `0.0.54` to `0.0.55` in the tracer and profiler test projects. ## Reason for change Consume version `0.0.55` of the Datadog test tooling. ## Implementation details - Update the shared tracer test package references. - Update the profiler integration test logger reference. ## Test coverage - `git diff --check` passes. - `dotnet restore tracer/test/Datadog.Trace.TestHelpers/Datadog.Trace.TestHelpers.csproj --disable-parallel --force-evaluate` currently fails with `NU1102` because `DatadogTestLogger 0.0.55` was not yet available from the configured NuGet or Azure feeds at validation time. `DatadogTestCollector 0.0.55` is available. - No test suite was run because restore could not complete. ## Other details #incident-57303
1 parent 433de1b commit fb1bb2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

profiler/test/Datadog.Profiler.IntegrationTests/Datadog.Profiler.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
<ProjectReference Include="..\..\src\Tools\ReferenceChainExplorer\ReferenceChainModel\ReferenceChainModel.csproj" />
9393
</ItemGroup>
9494
<ItemGroup Condition=" $(DD_LOGGER_ENABLED) != 'false' ">
95-
<PackageReference Include="DatadogTestLogger" Version="0.0.54" ExcludeAssets="compile" />
95+
<PackageReference Include="DatadogTestLogger" Version="0.0.55" ExcludeAssets="compile" />
9696
</ItemGroup>
9797
</Project>

tracer/test/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
</PropertyGroup>
6060

6161
<ItemGroup Condition=" $(DD_LOGGER_ENABLED) != 'false' ">
62-
<PackageReference Include="DatadogTestCollector" Version="0.0.54" ExcludeAssets="compile"/>
63-
<PackageReference Include="DatadogTestLogger" Version="0.0.54" ExcludeAssets="compile"/>
62+
<PackageReference Include="DatadogTestCollector" Version="0.0.55" ExcludeAssets="compile"/>
63+
<PackageReference Include="DatadogTestLogger" Version="0.0.55" ExcludeAssets="compile"/>
6464
</ItemGroup>
6565

6666
<!-- StyleCop -->

0 commit comments

Comments
 (0)