Closed gleocadie closed 1 week ago
Benchmark execution time: 2024-11-19 11:04:38
Comparing candidate commit 62cb4d59 in PR branch gleocadie/update-windows-package
with baseline commit ce9ae282 in branch main
.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics.
Omitted due to size.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.55%. Comparing base (
ce9ae28
) to head (62cb4d5
).
🚨 Try these New Features:
What does this PR do?
Update nuget package to be able to link .NET profiler dynamically against libdatadog.
Motivation
The package contained the dll but not the
lib
required to link dynamically in VS. The otherlib
file was used to link statically.How to test the change?
The package is tested in gitlab CI. If the build is green, it means the linking was correct. I also download the nuget packages and tested it on my machine.