Andrew Lock
Andrew Lock
Spotted in a profiler execution benchmarks run: https://dev.azure.com/datadoghq/dd-trace-dotnet/_build/results?buildId=147975&view=logs&j=4a07b9ac-0f22-5a85-82e2-358a7042f665&t=adc732be-4c63-519a-4f88-26890123bcd6 ``` Unhandled exception: System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.MinFloat[T](IEnumerable`1 source) at TimeIt.ConsoleExporter.Export(IEnumerable`1 results) in /_/src/TimeIt/ConsoleExporter.cs:line 142 at Program.c.d.MoveNext() in...
# What Does This Do Adds `vMAJOR` and `vMAJOR.MINOR` lib-injection images (in addition to `vMAJOR.MINOR.PATCH` and `latest`) # Motivation We want to enable customers to be able to pin to...
Merge v3
## Summary of changes Update to V3 ## Reason for change This contains all the breaking changes for v3 ## Implementation details Implemented in individual PRs ## Test coverage Should...
## Summary of changes Updates the common_metrics.json to the latest, and fixes the issues that arise ## Reason for change We have tests to make sure we only send valid...
## Summary of changes - Vendor the dotnet-install scripts into the repo - Replace the centos7 repo references with vault based ones ## Reason for change https://dotnet.microsoft.com/ went down recently,...
## Summary of changes Records logs and metrics for when otel config is overriden by datadog config, or when it's invalid ## Reason for change This was originally part of...
## Summary of changes - Bails out of SSI by default on .NET 6 < 6.0.12 - Tweak log message to write correct reason for the bail out ## Reason...
## Summary of changes - Adds the musl assets to the Linux glibc installers - Add smoke tests for using the glibc installer on alpine ## Reason for change To...
## Summary of changes - Use the .NET 8 SDK feature "[artifacts layout](https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output)" - Apply to all samples so they build to a single top-level `artifacts` folder ## Reason for...
## Summary of changes Runs the `CallTargetNativeTests` on Windows ## Reason for change We weren't running these on Windows, and we should be ## Implementation details Add the `RunOnWindows` trait....