Skip to content

LifetimeManager .NET10 fix#7969

Merged
tonyredondo merged 5 commits intomasterfrom
tony/lifetime-manager-net10-fix
Jan 19, 2026
Merged

LifetimeManager .NET10 fix#7969
tonyredondo merged 5 commits intomasterfrom
tony/lifetime-manager-net10-fix

Conversation

@tonyredondo
Copy link
Member

@tonyredondo tonyredondo commented Dec 17, 2025

Summary of changes

Fix the LifetimeManager on .NET 10

Reason for change

https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/10.0/sigterm-signal-handler

Implementation details

Test coverage

Before this PR:

image

After this PR:

image

Other details

@github-actions github-actions bot added the area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) label Dec 17, 2025
@tonyredondo tonyredondo marked this pull request as ready for review December 17, 2025 23:25
@tonyredondo tonyredondo requested review from a team as code owners December 17, 2025 23:25
@datadog-datadog-prod-us1

This comment has been minimized.

@pr-commenter
Copy link

pr-commenter bot commented Dec 18, 2025

Benchmarks

Benchmark execution time: 2026-01-19 12:32:18

Comparing candidate commit dc6bf60 in PR branch tony/lifetime-manager-net10-fix with baseline commit 0e23a10 in branch master.

Found 9 performance improvements and 7 performance regressions! Performance is the same for 161 metrics, 15 unstable metrics.

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • 🟥 execution_time [+81.202ms; +81.760ms] or [+67.433%; +67.897%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 execution_time [+12.764ms; +17.780ms] or [+6.374%; +8.878%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1

  • 🟩 execution_time [-17.358ms; -12.738ms] or [-8.035%; -5.897%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • 🟥 execution_time [+26.652ms; +27.359ms] or [+15.068%; +15.467%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • 🟥 execution_time [+22.253ms; +23.010ms] or [+12.282%; +12.700%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟩 throughput [+85.566op/s; +120.574op/s] or [+8.234%; +11.603%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • 🟩 execution_time [-124.235µs; -116.391µs] or [-6.138%; -5.750%]
  • 🟩 throughput [+30.253op/s; +32.179op/s] or [+6.124%; +6.513%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0

  • 🟥 execution_time [+86.340µs; +96.047µs] or [+6.213%; +6.911%]
  • 🟥 throughput [-46.493op/s; -42.076op/s] or [-6.461%; -5.848%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1

  • 🟩 execution_time [-900.147µs; -658.163µs] or [-31.845%; -23.284%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0

  • 🟩 execution_time [-119.630µs; -110.490µs] or [-5.717%; -5.280%]
  • 🟩 throughput [+26.685op/s; +28.926op/s] or [+5.584%; +6.053%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • 🟩 execution_time [-36.915ms; -33.709ms] or [-18.786%; -17.154%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog netcoreapp3.1

  • 🟩 throughput [+13018.595op/s; +14664.271op/s] or [+7.969%; +8.976%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0

  • 🟥 execution_time [+16.697ms; +21.795ms] or [+8.425%; +10.998%]

@dd-trace-dotnet-ci-bot
Copy link

dd-trace-dotnet-ci-bot bot commented Dec 18, 2025

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (7969) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration68.20 ± (68.25 - 68.43) ms71.35 ± (71.10 - 71.52) ms+4.6%✅⬆️
.NET Framework 4.8 - Bailout
duration72.33 ± (72.16 - 72.38) ms73.49 ± (73.40 - 73.64) ms+1.6%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1002.46 ± (1007.75 - 1017.31) ms1014.80 ± (1024.15 - 1035.98) ms+1.2%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms21.82 ± (21.80 - 21.85) ms22.10 ± (22.07 - 22.12) ms+1.2%✅⬆️
process.time_to_main_ms78.59 ± (78.45 - 78.73) ms81.03 ± (80.85 - 81.21) ms+3.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.91 ± (10.90 - 10.91) MB10.91 ± (10.91 - 10.92) MB+0.1%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms21.83 ± (21.80 - 21.87) ms22.18 ± (22.15 - 22.22) ms+1.6%✅⬆️
process.time_to_main_ms79.72 ± (79.63 - 79.81) ms83.30 ± (83.08 - 83.52) ms+4.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.94 - 10.95) MB10.95 ± (10.94 - 10.95) MB+0.1%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms241.80 ± (238.51 - 245.08) ms242.67 ± (238.84 - 246.50) ms+0.4%✅⬆️
process.time_to_main_ms468.78 ± (468.25 - 469.31) ms492.34 ± (491.19 - 493.49) ms+5.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.39 ± (48.37 - 48.42) MB48.33 ± (48.31 - 48.35) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.3%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.64 ± (20.61 - 20.66) ms22.52 ± (22.47 - 22.56) ms+9.1%✅⬆️
process.time_to_main_ms68.12 ± (68.00 - 68.25) ms79.95 ± (79.77 - 80.13) ms+17.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.61 ± (10.60 - 10.61) MB10.64 ± (10.64 - 10.64) MB+0.3%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.62 ± (20.60 - 20.64) ms22.48 ± (22.42 - 22.53) ms+9.0%✅⬆️
process.time_to_main_ms69.11 ± (69.05 - 69.17) ms81.40 ± (81.21 - 81.59) ms+17.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.66 ± (10.65 - 10.66) MB10.74 ± (10.74 - 10.75) MB+0.8%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms244.21 ± (241.80 - 246.61) ms237.53 ± (233.55 - 241.51) ms-2.7%
process.time_to_main_ms445.79 ± (445.34 - 446.25) ms490.32 ± (489.25 - 491.40) ms+10.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.08 ± (49.05 - 49.11) MB49.02 ± (49.00 - 49.04) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms18.78 ± (18.75 - 18.81) ms19.65 ± (19.62 - 19.69) ms+4.7%✅⬆️
process.time_to_main_ms67.21 ± (67.09 - 67.33) ms74.09 ± (73.95 - 74.23) ms+10.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.65 ± (7.65 - 7.66) MB7.66 ± (7.65 - 7.66) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms18.83 ± (18.80 - 18.85) ms19.59 ± (19.55 - 19.64) ms+4.1%✅⬆️
process.time_to_main_ms68.47 ± (68.40 - 68.55) ms75.20 ± (75.02 - 75.37) ms+9.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.71 ± (7.70 - 7.72) MB7.71 ± (7.70 - 7.72) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms177.28 ± (176.44 - 178.13) ms188.33 ± (187.61 - 189.04) ms+6.2%✅⬆️
process.time_to_main_ms428.74 ± (428.08 - 429.40) ms452.47 ± (451.73 - 453.20) ms+5.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.49 ± (36.46 - 36.53) MB36.67 ± (36.63 - 36.70) MB+0.5%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.2%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration192.14 ± (191.92 - 192.71) ms191.66 ± (191.45 - 192.16) ms-0.2%
.NET Framework 4.8 - Bailout
duration195.23 ± (194.93 - 195.43) ms195.92 ± (195.98 - 196.83) ms+0.4%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1115.71 ± (1119.45 - 1129.34) ms1116.81 ± (1117.63 - 1125.53) ms+0.1%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms186.16 ± (185.79 - 186.52) ms187.85 ± (187.46 - 188.24) ms+0.9%✅⬆️
process.time_to_main_ms80.45 ± (80.26 - 80.64) ms81.22 ± (81.00 - 81.44) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.13 ± (16.10 - 16.16) MB16.16 ± (16.13 - 16.18) MB+0.1%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)-0.8%
.NET Core 3.1 - Bailout
process.internal_duration_ms186.36 ± (186.07 - 186.66) ms186.91 ± (186.61 - 187.22) ms+0.3%✅⬆️
process.time_to_main_ms81.59 ± (81.45 - 81.73) ms82.30 ± (82.14 - 82.45) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.15 ± (16.12 - 16.17) MB16.15 ± (16.12 - 16.17) MB+0.0%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (20 - 21)-0.8%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms429.31 ± (426.42 - 432.21) ms427.30 ± (423.81 - 430.79) ms-0.5%
process.time_to_main_ms469.73 ± (469.21 - 470.25) ms472.14 ± (471.53 - 472.74) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.82 ± (58.70 - 58.94) MB58.41 ± (58.28 - 58.54) MB-0.7%
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms190.82 ± (190.38 - 191.26) ms191.66 ± (191.31 - 192.02) ms+0.4%✅⬆️
process.time_to_main_ms70.07 ± (69.86 - 70.27) ms70.05 ± (69.83 - 70.27) ms-0.0%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.85 ± (15.68 - 16.01) MB16.29 ± (16.19 - 16.38) MB+2.8%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 19)+2.3%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms189.58 ± (189.34 - 189.82) ms189.96 ± (189.71 - 190.21) ms+0.2%✅⬆️
process.time_to_main_ms70.86 ± (70.74 - 70.98) ms70.91 ± (70.78 - 71.05) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.87 ± (15.70 - 16.05) MB15.52 ± (15.34 - 15.70) MB-2.2%
runtime.dotnet.threads.count19 ± (18 - 19)19 ± (18 - 19)+0.9%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms438.58 ± (434.75 - 442.41) ms440.78 ± (437.72 - 443.84) ms+0.5%✅⬆️
process.time_to_main_ms448.69 ± (448.17 - 449.20) ms449.91 ± (449.40 - 450.41) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed58.77 ± (58.63 - 58.91) MB58.94 ± (58.80 - 59.07) MB+0.3%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)-0.1%
.NET 8 - Baseline
process.internal_duration_ms188.47 ± (188.17 - 188.77) ms188.58 ± (188.30 - 188.86) ms+0.1%✅⬆️
process.time_to_main_ms69.13 ± (69.00 - 69.26) ms69.80 ± (69.59 - 70.01) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.78 ± (11.74 - 11.83) MB11.82 ± (11.79 - 11.85) MB+0.3%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)-0.0%
.NET 8 - Bailout
process.internal_duration_ms187.96 ± (187.62 - 188.31) ms187.97 ± (187.65 - 188.30) ms+0.0%✅⬆️
process.time_to_main_ms70.42 ± (70.30 - 70.54) ms70.45 ± (70.32 - 70.57) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.82 ± (11.79 - 11.85) MB11.89 ± (11.85 - 11.92) MB+0.6%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-0.2%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms364.26 ± (362.82 - 365.69) ms364.11 ± (362.45 - 365.77) ms-0.0%
process.time_to_main_ms433.43 ± (432.77 - 434.09) ms434.15 ± (433.50 - 434.79) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed48.10 ± (48.05 - 48.14) MB48.18 ± (48.14 - 48.22) MB+0.2%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)-0.1%
Comparison explanation

Execution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

Duration charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (71ms)  : 68, 75
    master - mean (68ms)  : 67, 70

    section Bailout
    This PR (7969) - mean (74ms)  : 72, 75
    master - mean (72ms)  : 71, 73

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (1,030ms)  : 944, 1116
    master - mean (1,013ms)  : 943, 1082

Loading
FakeDbCommand (.NET Core 3.1)
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (109ms)  : 106, 112
    master - mean (106ms)  : 103, 108

    section Bailout
    This PR (7969) - mean (111ms)  : 109, 114
    master - mean (107ms)  : 105, 108

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (771ms)  : 710, 832
    master - mean (736ms)  : 685, 786

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (109ms)  : 106, 112
    master - mean (94ms)  : 92, 96

    section Bailout
    This PR (7969) - mean (111ms)  : crit, 107, 114
    master - mean (94ms)  : 93, 95

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (759ms)  : crit, 694, 823
    master - mean (715ms)  : 680, 750

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (102ms)  : 99, 104
    master - mean (92ms)  : 90, 95

    section Bailout
    This PR (7969) - mean (103ms)  : crit, 101, 105
    master - mean (93ms)  : 92, 95

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (671ms)  : 648, 693
    master - mean (636ms)  : 622, 651

Loading
HttpMessageHandler (.NET Framework 4.8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (192ms)  : 188, 195
    master - mean (192ms)  : 188, 196

    section Bailout
    This PR (7969) - mean (196ms)  : 192, 201
    master - mean (195ms)  : 193, 198

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (1,122ms)  : 1065, 1178
    master - mean (1,124ms)  : 1053, 1195

Loading
HttpMessageHandler (.NET Core 3.1)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (277ms)  : 269, 284
    master - mean (275ms)  : 270, 280

    section Bailout
    This PR (7969) - mean (277ms)  : 273, 282
    master - mean (276ms)  : 271, 280

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (930ms)  : 884, 976
    master - mean (926ms)  : 880, 972

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (270ms)  : 264, 276
    master - mean (269ms)  : 264, 274

    section Bailout
    This PR (7969) - mean (269ms)  : 266, 272
    master - mean (268ms)  : 265, 272

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (919ms)  : 871, 968
    master - mean (916ms)  : 855, 976

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (7969) - mean (268ms)  : 263, 273
    master - mean (268ms)  : 263, 272

    section Bailout
    This PR (7969) - mean (268ms)  : 264, 272
    master - mean (268ms)  : 263, 273

    section CallTarget+Inlining+NGEN
    This PR (7969) - mean (831ms)  : 814, 848
    master - mean (829ms)  : 811, 847

Loading

Copy link
Member

@andrewlock andrewlock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! I wonder if we should add a smoke check to confirm our shutdown tasks are actually running (to confirm they weren't running previously). I'm kind of surprised we never saw this show up in our tests before 🤔

}

#if NET6_0_OR_GREATER
private void TryRegisterTerminationSignalHandlers()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this manually? Can we add automated tests?

Copy link
Member Author

@tonyredondo tonyredondo Jan 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added tests in cf14750

@tonyredondo tonyredondo requested a review from a team as a code owner January 19, 2026 11:50
@tonyredondo
Copy link
Member Author

Nice, thanks! I wonder if we should add a smoke check to confirm our shutdown tasks are actually running (to confirm they weren't running previously). I'm kind of surprised we never saw this show up in our tests before 🤔

I've added a test

@tonyredondo tonyredondo merged commit 712b3ef into master Jan 19, 2026
151 checks passed
@tonyredondo tonyredondo deleted the tony/lifetime-manager-net10-fix branch January 19, 2026 13:13
@github-actions github-actions bot added this to the vNext-v3 milestone Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants