Open
Description
Package
OpenTelemetry
Package Version
Package Name | Version |
---|---|
OpenTelemetry | 1.12.0 |
Runtime Version
net8.0 (probably all TFMs)
Description
Running dotnet test
in the root of the repository, which uses the Debug
configuration, a number of tests fail due to this assertion failing:
Steps to Reproduce
Run dotnet test
from the root of the repository.
Expected Result
Assertion does not fire, tests pass.
Actual Result
Test run is interrupted by the failed assertion dialog being raised multiple times.
Additional Context
No response