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

Add additional exclusions for dependency collection #6282

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

andrewlock
Copy link
Member

Summary of changes

Excludes 32-long hex strings with a 0.0.0.0 version number

Reason for change

We recently saw an explosion of these (we're not sure exactly what's generating them)

Implementation details

Add additional exclusion pattern for 0 version dependencies

Test coverage

Added some test cases

Other details

We could make this more general (i.e. don't worry about the 0.0.0.0 version bit), my concern is excluding "valid" assemblies accidentally

@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 14, 2024

Datadog Report

Branch report: andrew/add-more-excludes-to-dependency-collector
Commit report: 0b151c6
Test service: dd-trace-dotnet

✅ 0 Failed, 452249 Passed, 2739 Skipped, 19h 23m 6.47s Total Time

@andrewlock
Copy link
Member Author

andrewlock commented Nov 14, 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 (6282) - mean (71ms)  : 65, 78
     .   : milestone, 71,
    master - mean (72ms)  : 64, 80
     .   : milestone, 72,

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (1,107ms)  : 1086, 1128
     .   : milestone, 1107,
    master - mean (1,106ms)  : 1085, 1127
     .   : milestone, 1106,

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

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (767ms)  : 743, 791
     .   : milestone, 767,
    master - mean (771ms)  : 736, 805
     .   : milestone, 771,

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

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (720ms)  : 707, 734
     .   : milestone, 720,
    master - mean (725ms)  : 709, 741
     .   : milestone, 725,

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

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (1,214ms)  : 1190, 1238
     .   : milestone, 1214,
    master - mean (1,211ms)  : 1187, 1235
     .   : milestone, 1211,

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

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (942ms)  : 917, 967
     .   : milestone, 942,
    master - mean (943ms)  : 927, 959
     .   : milestone, 943,

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

    section CallTarget+Inlining+NGEN
    This PR (6282) - mean (922ms)  : 906, 937
     .   : milestone, 922,
    master - mean (929ms)  : 911, 947
     .   : milestone, 929,

Loading

@andrewlock
Copy link
Member Author

andrewlock commented Nov 14, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #6282 compared to master:

  • All benchmarks have the same speed
  • 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.93μs 44.8ns 304ns 0.0162 0.00809 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.1μs 53.4ns 366ns 0.0157 0.00522 0 5.8 KB
master StartStopWithChild net472 16.3μs 64.2ns 249ns 1.04 0.307 0.0969 6.22 KB
#6282 StartStopWithChild net6.0 8.08μs 45.7ns 307ns 0.0161 0.00404 0 5.61 KB
#6282 StartStopWithChild netcoreapp3.1 10.1μs 48.2ns 199ns 0.0149 0.00498 0 5.8 KB
#6282 StartStopWithChild net472 16.5μs 33.9ns 131ns 1.04 0.306 0.0993 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 528μs 380ns 1.42μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 657μs 292ns 1.09μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 859μs 402ns 1.39μs 0.428 0 0 3.3 KB
#6282 WriteAndFlushEnrichedTraces net6.0 507μs 303ns 1.17μs 0 0 0 2.7 KB
#6282 WriteAndFlushEnrichedTraces netcoreapp3.1 670μs 461ns 1.78μs 0 0 0 2.7 KB
#6282 WriteAndFlushEnrichedTraces net472 853μs 370ns 1.38μ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.16μs 8.41μs 0.195 0 0 18.73 KB
master SendRequest netcoreapp3.1 222μs 1.31μs 12.5μs 0.208 0 0 20.89 KB
master SendRequest net472 0.00177ns 0.00122ns 0.00441ns 0 0 0 0 b
#6282 SendRequest net6.0 203μs 1.18μs 10.4μs 0.197 0 0 18.73 KB
#6282 SendRequest netcoreapp3.1 228μs 1.34μs 12.9μs 0.23 0 0 20.89 KB
#6282 SendRequest net472 0.00166ns 0.00036ns 0.0014ns 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 569μs 2.64μs 10.6μs 0.563 0 0 41.55 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 687μs 3.43μs 14.5μs 0.334 0 0 41.89 KB
master WriteAndFlushEnrichedTraces net472 868μs 2.87μs 10.7μs 8.56 2.57 0.428 53.26 KB
#6282 WriteAndFlushEnrichedTraces net6.0 567μs 2.47μs 9.23μs 0.563 0 0 41.71 KB
#6282 WriteAndFlushEnrichedTraces netcoreapp3.1 678μs 3.74μs 22.8μs 0.345 0 0 41.76 KB
#6282 WriteAndFlushEnrichedTraces net472 848μs 4.1μs 16.9μs 8.45 2.53 0.422 53.33 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.27μs 1.08ns 4.05ns 0.014 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.75μs 1.44ns 5.37ns 0.0133 0 0 1.02 KB
master ExecuteNonQuery net472 2.07μs 1.94ns 7.25ns 0.157 0.00104 0 987 B
#6282 ExecuteNonQuery net6.0 1.27μs 1.52ns 5.87ns 0.014 0 0 1.02 KB
#6282 ExecuteNonQuery netcoreapp3.1 1.77μs 1.38ns 5.34ns 0.0132 0 0 1.02 KB
#6282 ExecuteNonQuery net472 2.04μs 1.94ns 7.51ns 0.157 0.00102 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.19μs 0.53ns 1.98ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.55μs 2.29ns 8.89ns 0.0131 0 0 976 B
master CallElasticsearch net472 2.6μs 1.76ns 6.59ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.33μs 0.365ns 1.32ns 0.0133 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.56μs 0.603ns 2.34ns 0.014 0 0 1.02 KB
master CallElasticsearchAsync net472 2.6μs 0.546ns 1.97ns 0.167 0 0 1.05 KB
#6282 CallElasticsearch net6.0 1.22μs 0.495ns 1.85ns 0.0134 0 0 976 B
#6282 CallElasticsearch netcoreapp3.1 1.57μs 3.75ns 14ns 0.0133 0 0 976 B
#6282 CallElasticsearch net472 2.54μs 1.25ns 4.67ns 0.158 0 0 995 B
#6282 CallElasticsearchAsync net6.0 1.35μs 0.391ns 1.46ns 0.0135 0 0 952 B
#6282 CallElasticsearchAsync netcoreapp3.1 1.65μs 0.56ns 2.02ns 0.0135 0 0 1.02 KB
#6282 CallElasticsearchAsync net472 2.63μs 1.24ns 4.48ns 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.26μs 0.434ns 1.63ns 0.0132 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.62μs 1.23ns 4.61ns 0.0122 0 0 952 B
master ExecuteAsync net472 1.88μs 1.22ns 4.71ns 0.145 0 0 915 B
#6282 ExecuteAsync net6.0 1.33μs 0.811ns 3.14ns 0.0133 0 0 952 B
#6282 ExecuteAsync netcoreapp3.1 1.69μs 0.511ns 1.91ns 0.0126 0 0 952 B
#6282 ExecuteAsync net472 1.86μs 1.22ns 4.72ns 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.2ns 4.32ns 0.0325 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.38μs 1.53ns 5.73ns 0.0375 0 0 2.85 KB
master SendAsync net472 7.49μs 1.11ns 4ns 0.496 0 0 3.12 KB
#6282 SendAsync net6.0 4.43μs 1.95ns 7.05ns 0.0311 0 0 2.31 KB
#6282 SendAsync netcoreapp3.1 5.29μs 2.42ns 8.72ns 0.0369 0 0 2.85 KB
#6282 SendAsync net472 7.37μs 2.9ns 11.2ns 0.493 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.46μs 0.48ns 1.73ns 0.0229 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.09μs 1.23ns 4.77ns 0.023 0 0 1.64 KB
master EnrichedLog net472 2.71μs 1.59ns 6.16ns 0.25 0 0 1.57 KB
#6282 EnrichedLog net6.0 1.57μs 0.513ns 1.92ns 0.023 0 0 1.64 KB
#6282 EnrichedLog netcoreapp3.1 2.23μs 1.16ns 4.35ns 0.0224 0 0 1.64 KB
#6282 EnrichedLog net472 2.62μs 1.79ns 6.46ns 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 121μs 185ns 715ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 124μs 239ns 925ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 111ns 416ns 0.684 0.228 0 4.46 KB
#6282 EnrichedLog net6.0 119μs 339ns 1.31μs 0.0602 0 0 4.28 KB
#6282 EnrichedLog netcoreapp3.1 123μs 180ns 696ns 0 0 0 4.28 KB
#6282 EnrichedLog net472 151μs 179ns 692ns 0.675 0.225 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 2.96μs 0.889ns 3.33ns 0.031 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.26μs 16.3ns 60.9ns 0.0289 0 0 2.2 KB
master EnrichedLog net472 4.94μs 1.02ns 3.82ns 0.32 0 0 2.02 KB
#6282 EnrichedLog net6.0 3.02μs 1.01ns 3.92ns 0.0316 0 0 2.2 KB
#6282 EnrichedLog netcoreapp3.1 4.16μs 0.783ns 2.93ns 0.0291 0 0 2.2 KB
#6282 EnrichedLog net472 4.87μs 1.36ns 5.27ns 0.319 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.47μs 0.453ns 1.63ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.84μs 1.08ns 4.17ns 0.0155 0 0 1.14 KB
master SendReceive net472 2.17μs 0.769ns 2.98ns 0.183 0 0 1.16 KB
#6282 SendReceive net6.0 1.34μs 1.65ns 6.38ns 0.016 0 0 1.14 KB
#6282 SendReceive netcoreapp3.1 1.72μs 0.674ns 2.52ns 0.0155 0 0 1.14 KB
#6282 SendReceive net472 2.09μs 0.891ns 3.45ns 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.61μs 0.941ns 3.64ns 0.0221 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.95μs 1.48ns 5.12ns 0.0217 0 0 1.65 KB
master EnrichedLog net472 4.32μs 1.75ns 6.55ns 0.324 0 0 2.04 KB
#6282 EnrichedLog net6.0 2.89μs 1.52ns 5.91ns 0.0218 0 0 1.6 KB
#6282 EnrichedLog netcoreapp3.1 3.89μs 4.87ns 18.9ns 0.0215 0 0 1.65 KB
#6282 EnrichedLog net472 4.26μs 3.98ns 15.4ns 0.323 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 397ns 0.217ns 0.841ns 0.00812 0 0 576 B
master StartFinishSpan netcoreapp3.1 559ns 0.447ns 1.73ns 0.00768 0 0 576 B
master StartFinishSpan net472 606ns 1.2ns 4.66ns 0.0917 0 0 578 B
master StartFinishScope net6.0 490ns 0.172ns 0.666ns 0.00987 0 0 696 B
master StartFinishScope netcoreapp3.1 765ns 0.77ns 2.98ns 0.00921 0 0 696 B
master StartFinishScope net472 857ns 0.977ns 3.78ns 0.104 0 0 658 B
#6282 StartFinishSpan net6.0 407ns 0.478ns 1.85ns 0.00809 0 0 576 B
#6282 StartFinishSpan netcoreapp3.1 606ns 0.714ns 2.57ns 0.00783 0 0 576 B
#6282 StartFinishSpan net472 635ns 0.677ns 2.62ns 0.0916 0 0 578 B
#6282 StartFinishScope net6.0 503ns 0.494ns 1.91ns 0.00974 0 0 696 B
#6282 StartFinishScope netcoreapp3.1 716ns 0.612ns 2.37ns 0.00926 0 0 696 B
#6282 StartFinishScope net472 906ns 1.04ns 4.05ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 734ns 0.618ns 2.39ns 0.0099 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 942ns 0.844ns 3.27ns 0.00947 0 0 696 B
master RunOnMethodBegin net472 1.05μs 1.25ns 4.85ns 0.104 0 0 658 B
#6282 RunOnMethodBegin net6.0 691ns 0.885ns 3.43ns 0.00973 0 0 696 B
#6282 RunOnMethodBegin netcoreapp3.1 970ns 1.45ns 5.61ns 0.00921 0 0 696 B
#6282 RunOnMethodBegin net472 1.14μs 1.5ns 5.82ns 0.104 0 0 658 B

@andrewlock
Copy link
Member Author

andrewlock commented Nov 14, 2024

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 (6282) (11.109M)   : 0, 11109181
    master (11.120M)   : 0, 11120201
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6282) (7.292M)   : 0, 7292012
    master (7.143M)   : 0, 7143247
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.563M)   : 0, 7562834

    section Manual
    master (11.052M)   : 0, 11051540

    section Manual + Automatic
    This PR (6282) (6.635M)   : 0, 6635140
    master (6.532M)   : 0, 6532471

    section DD_TRACE_ENABLED=0
    master (10.176M)   : 0, 10176174

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6282) (9.706M)   : 0, 9706492
    master (9.435M)   : 0, 9435139
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6282) (6.394M)   : 0, 6394204
    master (6.301M)   : 0, 6300608

    section Trace stats
    master (6.646M)   : 0, 6646045

    section Manual
    master (9.564M)   : 0, 9563833

    section Manual + Automatic
    This PR (6282) (5.878M)   : 0, 5877603
    master (5.897M)   : 0, 5897193

    section DD_TRACE_ENABLED=0
    master (8.862M)   : 0, 8862065

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6282) (9.669M)   : 0, 9668840
    master (9.832M)   : 0, 9832351
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6282) (6.152M)   : 0, 6152056
    master (6.258M)   : 0, 6258447
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (6.950M)   : 0, 6950057

    section Manual
    master (9.945M)   : 0, 9945109

    section Manual + Automatic
    This PR (6282) (5.713M)   : 0, 5712638
    master (5.742M)   : 0, 5742033

    section DD_TRACE_ENABLED=0
    master (9.091M)   : 0, 9091089

Loading

&& IsBase32Char(assemblyName[5])
&& IsBase32Char(assemblyName[6])
&& IsBase32Char(assemblyName[7]))
|| (assemblyName.Length == 32 && IsHexString(assemblyName, 0));
Copy link
Member

Choose a reason for hiding this comment

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

What do you think of something like assemblyName.Length >= 16? I'm thinking after a certain number of characters, if they are all hexadecimal digits, then the risk of false positives like Cafe.dll or Beef.dll is very low. Just trying to avoid having to come back and add other lengths aside from 32 later.

Copy link
Member

Choose a reason for hiding this comment

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

Or >= 32 if you think 16 is not enough.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I toyed with that. I think 16+ is almost certainly going to be ok, but will use 32 for now, just for safety. In reality I wonder if we even need this check at all for Version = 0.0.0.0 🤷‍♂️ Whatever we do, there's going to be a certain amount of whackamole. But I guess we're unlikely to have ABadCafeFedDeafBeesBeef.dll 😄

Suggested change
|| (assemblyName.Length == 32 && IsHexString(assemblyName, 0));
|| (assemblyName.Length >= 32 && IsHexString(assemblyName, 0));

@andrewlock andrewlock merged commit 464dadb into master Nov 15, 2024
74 of 76 checks passed
@andrewlock andrewlock deleted the andrew/add-more-excludes-to-dependency-collector branch November 15, 2024 16:03
@github-actions github-actions bot added this to the vNext-v3 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants