Kevin Gosse

Results 27 issues of 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...

feature-request
stale

**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...

bug

## 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...

area:profiler

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...

area:tracer
area:profiler

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

area:profiler

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...

bug

## 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...