Commit fb1bb2e
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-573031 parent 433de1b commit fb1bb2e
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- profiler/test/Datadog.Profiler.IntegrationTests
- tracer/test
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments