Paulo Janotti
Paulo Janotti
The instructions for [`nlohmann/json`](https://github.com/nlohmann/json#embedded-fetchcontent) worked just with the addition of the correct include path: ```CMake # Only one of the two paths is needed, both worked when I tested PUBLIC...
https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/1869
@Kielek it seems a duplicate of #715, if you agree, please, close the older one as a duplicate.
Thanks for the detailed report @muhaook. Let me ask you for one more thing in case you have the repros at hand: could you, please, gather the log files with...
Thanks @muhaook - at first pass nothing calling my attention in the logs.
Opened related issues: 1. #2466 2. #2471 Initial observations: 1. The logs for win2022 are ending before the application shutsdown, but, nothing noticeable: there are some redirections from version 4.0.0.0...
SIG: @BenB196 we are not able to investigate without a repro, @rajkumar-rangaraj tried but no luck. Please, re-open if needed.
Perhaps finding a way to mock the actual clock? Like done at https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33443 using https://github.com/tilinna/clock
@ChrsMark I'm not that familiar with the component, but, shooting from the hip: what about a private var that by default points to `time.Now` and something else in the tests?
@strawgate making a PR will, at minimum, move the discussion ahead, however, there is the obvious risk of not being accepted. If you think the risk is too high for...