Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop hiding build files in github search #6299

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

kevingosse
Copy link
Collaborator

Summary of changes

By default, when using the "Go to file" on Github, files in a build folder or subfolder are excluded. This PR removes the exclusion.

Reason for change

Keeping my (our?) sanity.

Implementation details

Apparently we control this by editing the .gitattributes file: https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github#customizing-excluded-files

@kevingosse kevingosse requested a review from a team as a code owner November 18, 2024 15:14
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.

THANK YOU

@andrewlock
Copy link
Member

andrewlock commented Nov 18, 2024

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

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

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (72ms)  : 63, 81
     .   : milestone, 72,
    master - mean (72ms)  : 64, 80
     .   : milestone, 72,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (1,108ms)  : 1091, 1125
     .   : milestone, 1108,
    master - mean (1,107ms)  : 1085, 1128
     .   : milestone, 1107,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (108ms)  : 104, 112
     .   : milestone, 108,
    master - mean (108ms)  : 106, 110
     .   : milestone, 108,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (771ms)  : 755, 787
     .   : milestone, 771,
    master - mean (771ms)  : 757, 785
     .   : milestone, 771,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (92ms)  : 90, 94
     .   : milestone, 92,
    master - mean (92ms)  : 90, 93
     .   : milestone, 92,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (725ms)  : 712, 738
     .   : milestone, 725,
    master - mean (726ms)  : 707, 745
     .   : milestone, 726,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (192ms)  : 186, 197
     .   : milestone, 192,
    master - mean (191ms)  : 186, 195
     .   : milestone, 191,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (1,218ms)  : 1193, 1242
     .   : milestone, 1218,
    master - mean (1,213ms)  : 1190, 1236
     .   : milestone, 1213,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (280ms)  : 274, 285
     .   : milestone, 280,
    master - mean (276ms)  : 271, 281
     .   : milestone, 276,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (953ms)  : 934, 972
     .   : milestone, 953,
    master - mean (948ms)  : 929, 967
     .   : milestone, 948,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6299) - mean (269ms)  : 266, 272
     .   : milestone, 269,
    master - mean (265ms)  : 261, 270
     .   : milestone, 265,

    section CallTarget+Inlining+NGEN
    This PR (6299) - mean (938ms)  : 919, 956
     .   : milestone, 938,
    master - mean (931ms)  : 913, 950
     .   : milestone, 931,

Loading

@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 18, 2024

Datadog Report

Branch report: kevin/find_files
Commit report: 65d8e20
Test service: dd-trace-dotnet

✅ 0 Failed, 447186 Passed, 2734 Skipped, 19h 20m 11.97s Total Time
⌛ 1 Performance Regression

⌛ Performance Regressions vs Default Branch (1)

  • Baseline - Samples.HttpMessageHandler.windows.netcoreapp31.json.scenarios 279.6ms (+3.24ms, +1%) - Details

@andrewlock
Copy link
Member

andrewlock commented Nov 18, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #6299 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.125
  • 2 benchmarks are slower, with geometric mean 1.175
  • All benchmarks have the same allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 7.99μs 45.3ns 342ns 0.0159 0.00793 0 5.62 KB
master StartStopWithChild netcoreapp3.1 9.91μs 52.2ns 276ns 0.0195 0.00976 0 5.8 KB
master StartStopWithChild net472 16.3μs 57.6ns 223ns 1.06 0.33 0.107 6.22 KB
#6299 StartStopWithChild net6.0 8.21μs 44.4ns 263ns 0.0197 0.00789 0 5.61 KB
#6299 StartStopWithChild netcoreapp3.1 9.97μs 56.2ns 390ns 0.0195 0.00975 0 5.8 KB
#6299 StartStopWithChild net472 16.4μs 50ns 194ns 1.05 0.31 0.106 6.21 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 478μs 401ns 1.5μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 655μs 279ns 1.08μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 883μs 615ns 2.3μs 0.44 0 0 3.3 KB
#6299 WriteAndFlushEnrichedTraces net6.0 476μs 326ns 1.22μs 0 0 0 2.7 KB
#6299 WriteAndFlushEnrichedTraces netcoreapp3.1 652μs 298ns 1.11μs 0 0 0 2.7 KB
#6299 WriteAndFlushEnrichedTraces net472 862μs 595ns 2.31μs 0.428 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 203μs 1.18μs 11μs 0.209 0 0 18.73 KB
master SendRequest netcoreapp3.1 223μs 1.25μs 7.99μs 0.214 0 0 20.89 KB
master SendRequest net472 2.84E‑05ns 1.93E‑05ns 6.94E‑05ns 0 0 0 0 b
#6299 SendRequest net6.0 198μs 1.02μs 5.32μs 0.191 0 0 18.73 KB
#6299 SendRequest netcoreapp3.1 225μs 1.24μs 8.33μs 0.239 0 0 20.89 KB
#6299 SendRequest net472 0.00078ns 0.000336ns 0.00121ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 577μs 2.92μs 13.4μs 0.576 0 0 41.61 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 676μs 3.05μs 11.4μs 0.329 0 0 41.83 KB
master WriteAndFlushEnrichedTraces net472 858μs 2.86μs 11.1μs 8.58 2.45 0.408 53.29 KB
#6299 WriteAndFlushEnrichedTraces net6.0 560μs 2.52μs 9.74μs 0.556 0 0 41.53 KB
#6299 WriteAndFlushEnrichedTraces netcoreapp3.1 669μs 2.98μs 11.1μs 0.343 0 0 41.72 KB
#6299 WriteAndFlushEnrichedTraces net472 872μs 4.27μs 17.6μs 8.08 2.55 0.425 53.35 KB
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteNonQuery net6.0 1.26μs 1.26ns 4.88ns 0.014 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.69μs 1.49ns 5.56ns 0.0134 0 0 1.02 KB
master ExecuteNonQuery net472 2.14μs 1.76ns 6.81ns 0.157 0.00107 0 987 B
#6299 ExecuteNonQuery net6.0 1.32μs 0.531ns 1.91ns 0.0141 0 0 1.02 KB
#6299 ExecuteNonQuery netcoreapp3.1 1.77μs 1.38ns 5.36ns 0.0133 0 0 1.02 KB
#6299 ExecuteNonQuery net472 2.07μs 1.68ns 6.52ns 0.156 0.00104 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.18μs 0.723ns 2.7ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.52μs 0.55ns 2.06ns 0.0131 0 0 976 B
master CallElasticsearch net472 2.65μs 1.66ns 6.42ns 0.157 0 0 995 B
master CallElasticsearchAsync net6.0 1.32μs 0.523ns 1.96ns 0.0131 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.63μs 0.567ns 2.2ns 0.0139 0 0 1.02 KB
master CallElasticsearchAsync net472 2.62μs 1.48ns 5.72ns 0.166 0 0 1.05 KB
#6299 CallElasticsearch net6.0 1.18μs 0.579ns 2.24ns 0.0139 0 0 976 B
#6299 CallElasticsearch netcoreapp3.1 1.51μs 2.17ns 8.42ns 0.0129 0 0 976 B
#6299 CallElasticsearch net472 2.39μs 2.09ns 8.11ns 0.158 0 0 995 B
#6299 CallElasticsearchAsync net6.0 1.32μs 0.446ns 1.67ns 0.0132 0 0 952 B
#6299 CallElasticsearchAsync netcoreapp3.1 1.63μs 0.607ns 2.35ns 0.014 0 0 1.02 KB
#6299 CallElasticsearchAsync net472 2.58μs 1.9ns 6.84ns 0.166 0 0 1.05 KB
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteAsync net6.0 1.29μs 2.07ns 8.02ns 0.0134 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.64μs 0.744ns 2.78ns 0.0131 0 0 952 B
master ExecuteAsync net472 1.84μs 0.262ns 0.979ns 0.145 0 0 915 B
#6299 ExecuteAsync net6.0 1.3μs 0.814ns 2.82ns 0.0129 0 0 952 B
#6299 ExecuteAsync netcoreapp3.1 1.57μs 1.52ns 5.48ns 0.0128 0 0 952 B
#6299 ExecuteAsync net472 1.9μs 0.802ns 3ns 0.145 0 0 915 B
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendAsync net6.0 4.33μs 1.13ns 4.07ns 0.0323 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.31μs 2.01ns 7.78ns 0.0371 0 0 2.85 KB
master SendAsync net472 7.37μs 1.86ns 6.95ns 0.493 0 0 3.12 KB
#6299 SendAsync net6.0 4.37μs 1.3ns 4.68ns 0.0326 0 0 2.31 KB
#6299 SendAsync netcoreapp3.1 5.2μs 4.03ns 15.6ns 0.0363 0 0 2.85 KB
#6299 SendAsync net472 7.31μs 2.51ns 9.74ns 0.496 0 0 3.12 KB
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 1.48μs 0.705ns 2.64ns 0.0227 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.22μs 1.18ns 4.42ns 0.0222 0 0 1.64 KB
master EnrichedLog net472 2.59μs 1.2ns 4.63ns 0.25 0 0 1.57 KB
#6299 EnrichedLog net6.0 1.49μs 0.478ns 1.79ns 0.0231 0 0 1.64 KB
#6299 EnrichedLog netcoreapp3.1 2.22μs 1.08ns 3.89ns 0.0221 0 0 1.64 KB
#6299 EnrichedLog net472 2.71μs 1.62ns 6.06ns 0.249 0 0 1.57 KB
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 120μs 134ns 519ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 123μs 145ns 560ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 121ns 451ns 0.675 0.225 0 4.46 KB
#6299 EnrichedLog net6.0 122μs 197ns 762ns 0 0 0 4.28 KB
#6299 EnrichedLog netcoreapp3.1 123μs 115ns 414ns 0 0 0 4.28 KB
#6299 EnrichedLog net472 151μs 240ns 930ns 0.677 0.226 0 4.46 KB
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 3.18μs 1.24ns 4.82ns 0.0303 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.35μs 4.63ns 16.7ns 0.03 0 0 2.2 KB
master EnrichedLog net472 4.9μs 0.81ns 3.03ns 0.32 0 0 2.02 KB
#6299 EnrichedLog net6.0 3.17μs 1.44ns 5.59ns 0.0298 0 0 2.2 KB
#6299 EnrichedLog netcoreapp3.1 4.11μs 1.98ns 7.68ns 0.0288 0 0 2.2 KB
#6299 EnrichedLog net472 4.92μs 1.43ns 5.55ns 0.32 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6299

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.RedisBenchmark.SendReceive‑net6.0 1.128 1,326.93 1,496.24

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.33μs 0.648ns 2.42ns 0.016 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.72μs 0.684ns 2.56ns 0.015 0 0 1.14 KB
master SendReceive net472 2.13μs 1.38ns 4.96ns 0.183 0 0 1.16 KB
#6299 SendReceive net6.0 1.5μs 0.811ns 3.14ns 0.0157 0 0 1.14 KB
#6299 SendReceive netcoreapp3.1 1.78μs 0.746ns 2.89ns 0.0152 0 0 1.14 KB
#6299 SendReceive net472 2.1μs 1.45ns 5.62ns 0.183 0 0 1.16 KB
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.79μs 1.43ns 5.54ns 0.0223 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.96μs 1.16ns 4.49ns 0.0217 0 0 1.65 KB
master EnrichedLog net472 4.34μs 2.77ns 10.4ns 0.323 0 0 2.04 KB
#6299 EnrichedLog net6.0 2.9μs 0.755ns 2.92ns 0.0217 0 0 1.6 KB
#6299 EnrichedLog netcoreapp3.1 3.83μs 3.36ns 13ns 0.0211 0 0 1.65 KB
#6299 EnrichedLog net472 4.29μs 2.01ns 7.78ns 0.322 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6299

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472 1.224 578.53 708.14

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 399ns 0.654ns 2.53ns 0.00807 0 0 576 B
master StartFinishSpan netcoreapp3.1 550ns 0.669ns 2.59ns 0.00767 0 0 576 B
master StartFinishSpan net472 578ns 0.705ns 2.73ns 0.0916 0 0 578 B
master StartFinishScope net6.0 472ns 0.652ns 2.53ns 0.00971 0 0 696 B
master StartFinishScope netcoreapp3.1 675ns 0.648ns 2.51ns 0.00909 0 0 696 B
master StartFinishScope net472 920ns 0.861ns 3.34ns 0.104 0 0 658 B
#6299 StartFinishSpan net6.0 403ns 0.562ns 2.18ns 0.00815 0 0 576 B
#6299 StartFinishSpan netcoreapp3.1 567ns 0.895ns 3.47ns 0.00778 0 0 576 B
#6299 StartFinishSpan net472 709ns 1.35ns 5.22ns 0.0917 0 0 578 B
#6299 StartFinishScope net6.0 485ns 0.938ns 3.63ns 0.00985 0 0 696 B
#6299 StartFinishScope netcoreapp3.1 729ns 1.25ns 4.84ns 0.00952 0 0 696 B
#6299 StartFinishScope net472 899ns 1.17ns 4.21ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #6299

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 1.125 661.45 588.00

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 660ns 0.927ns 3.59ns 0.00968 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 937ns 2.1ns 8.15ns 0.00935 0 0 696 B
master RunOnMethodBegin net472 1.12μs 2.23ns 8.64ns 0.104 0 0 658 B
#6299 RunOnMethodBegin net6.0 587ns 1.01ns 3.92ns 0.00965 0 0 696 B
#6299 RunOnMethodBegin netcoreapp3.1 901ns 0.835ns 3.12ns 0.0093 0 0 696 B
#6299 RunOnMethodBegin net472 1.08μs 1.13ns 4.08ns 0.104 0 0 658 B

@andrewlock
Copy link
Member

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6299) (11.229M)   : 0, 11229089
    master (11.088M)   : 0, 11087997
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6299) (7.231M)   : 0, 7230645
    master (7.189M)   : 0, 7189433
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.540M)   : 0, 7540032

    section Manual
    master (10.979M)   : 0, 10978609

    section Manual + Automatic
    This PR (6299) (6.796M)   : 0, 6796226
    master (6.705M)   : 0, 6704874

    section DD_TRACE_ENABLED=0
    master (10.210M)   : 0, 10210338

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6299) (9.594M)   : 0, 9594483
    master (9.281M)   : 0, 9280802
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6299) (6.304M)   : 0, 6303853
    master (6.361M)   : 0, 6360955

    section Trace stats
    master (6.592M)   : 0, 6591771

    section Manual
    master (9.244M)   : 0, 9244472

    section Manual + Automatic
    This PR (6299) (5.919M)   : 0, 5918564
    master (5.916M)   : 0, 5915508

    section DD_TRACE_ENABLED=0
    master (8.775M)   : 0, 8774768

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6299) (9.526M)   : 0, 9526425
    master (9.738M)   : 0, 9737778
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6299) (6.098M)   : 0, 6097814
    master (6.366M)   : 0, 6366399
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (6.991M)   : 0, 6990849

    section Manual
    master (9.876M)   : 0, 9876192

    section Manual + Automatic
    This PR (6299) (5.587M)   : 0, 5587389
    master (5.693M)   : 0, 5692584

    section DD_TRACE_ENABLED=0
    master (9.017M)   : 0, 9017039

Loading

@kevingosse kevingosse merged commit 06cac66 into master Nov 21, 2024
61 of 64 checks passed
@kevingosse kevingosse deleted the kevin/find_files branch November 21, 2024 09:30
@github-actions github-actions bot added this to the vNext-v3 milestone Nov 21, 2024
@robertpi robertpi added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:builds project files, build scripts, pipelines, versioning, releases, packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants