Kevin Gosse
Kevin Gosse
Currently, Coverlet does not sign the instrumented assemblies. This is already known for causing issues with xunit, and there's a workaround for that scenario. However I also need to sign...
**Information** - OS: Windows - Version: 0.43.0, the issue is still there in 0.43.1-preview.0.19 - Terminal: Tested with Windows Terminal and with the built-in cmd **Describe the bug** When a...
## Summary of changes Instead of having an intermediary buffer in the `SamplesAggregator`, have the `SamplesCollector` directly push the samples to libdatadog. ## Reason for change Slight optimization (since libdatadog...
This PR depends on https://github.com/DataDog/libdatadog/pull/33 ## Summary of changes Decorate the profiler samples with the endpoint of the active trace, if any. ## Implementation details The tracer sends the resource...
It makes the UDP pipe more resilient to DNS changes or socket errors It also contributes to https://github.com/peschuster/graphite-client/issues/27
- Add runtimeVersionv4.0 - Fix typo in runtimeVersionv1.1 and runtimeVersionv2.0
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
The extension doesn't seem to work with Vivaldi. Everything seems functional at first, but the link doesn't get copied to the clipboard. It looks like Vivaldi doesn't see that the...
## Summary of changes In `TryParseByte`, we stackalloc a buffer for the result then write that result to the `out byte value` argument. But `out` arguments are already stackallocated, so...