Skip to content

Bump Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.2 - #43

Merged
GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/nuget/tests/FixedWidthParser.Generator.Tests/develop/multi-747a3f1faf
Jul 17, 2026
Merged

Bump Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.2#43
GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/nuget/tests/FixedWidthParser.Generator.Tests/develop/multi-747a3f1faf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.2.

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport's releases.

2.3.0-preview-20220810-02

See release notes here.

2.2.10

See release notes here.

2.2.10-preview-20220414-01

See release notes here.

2.2.9

Parallel output

🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in his https://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

After

With 2.2.9, each output is correctly attached to the test that produced it:

image
image

Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.

Limitations

Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.

See release notes here.

2.2.8

See release notes here.

2.2.7

See release notes here.

2.2.6

See release notes here.

2.2.5

See release notes here.

2.2.4

See release notes here.

2.2.4-preview-20210331-02

See release notes here.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.Testing.Extensions.TrxReport
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Testing.Extensions.TrxReport
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Benchmark Results

Measured on ubuntu-latest (GitHub Actions). Runner noise may affect absolute numbers; use these for relative comparisons within a PR.

Benchmarks.Perf.AsyncReaderBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.78GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio Gen0 Allocated Alloc Ratio
GeneratedReader_ReadAsync 100 5.486 μs 0.0616 μs 0.0160 μs 0.76 0.2518 4216 B 0.23
Naive_ReadLineAsync 100 7.205 μs 0.1648 μs 0.0255 μs 1.00 1.0986 18424 B 1.00
SpanReader_ReadAsync 100 7.775 μs 0.1433 μs 0.0222 μs 1.08 0.2441 4232 B 0.23
GeneratedReader_ReadAsync_Pooled 100 11.341 μs 0.0947 μs 0.0147 μs 1.57 0.0153 296 B 0.02
SpanReader_ReadAsync_Pooled 100 12.901 μs 0.1540 μs 0.0400 μs 1.79 0.0153 312 B 0.02
GeneratedReader_ReadAsync 1000 51.501 μs 0.3952 μs 0.1026 μs 0.70 2.3193 39496 B 0.215
Naive_ReadLineAsync 1000 74.096 μs 1.7905 μs 0.4650 μs 1.00 10.8643 183304 B 1.000
SpanReader_ReadAsync 1000 76.461 μs 0.3792 μs 0.0587 μs 1.03 2.3193 39512 B 0.216
GeneratedReader_ReadAsync_Pooled 1000 102.684 μs 1.1067 μs 0.2874 μs 1.39 - 296 B 0.002
SpanReader_ReadAsync_Pooled 1000 129.656 μs 0.4451 μs 0.0689 μs 1.75 - 312 B 0.002

Benchmarks.Perf.ByteReaderBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
CharParser_Parse 100 4.158 μs 0.2075 μs 0.0539 μs 1.00 0.02 0.0458 3.83 KB 1.00
ByteParser_Parse 100 4.253 μs 0.1650 μs 0.0428 μs 1.02 0.02 0.0458 3.83 KB 1.00
CharParser_Parse_AfterUtf8Decode 100 5.556 μs 0.1845 μs 0.0479 μs 1.34 0.02 0.1297 10.86 KB 2.84
CharParser_Parse 1000 38.004 μs 1.0039 μs 0.2607 μs 1.00 0.01 0.4272 38.28 KB 1.00
ByteParser_Parse 1000 42.215 μs 2.0558 μs 0.3181 μs 1.11 0.01 0.4272 38.28 KB 1.00
CharParser_Parse_AfterUtf8Decode 1000 57.739 μs 1.8643 μs 0.4842 μs 1.52 0.02 1.2817 108.59 KB 2.84

Benchmarks.Perf.ByteReaderPoolingBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
NoString 100 2.534 μs 0.0782 μs 0.0121 μs 0.57 0.00 - - 0.00
WithString_NoPool 100 4.469 μs 0.1064 μs 0.0276 μs 1.00 0.01 0.0458 3920 B 1.00
WithString_Pooled 100 10.816 μs 0.2327 μs 0.0604 μs 2.42 0.02 - - 0.00
NoString 1000 25.311 μs 0.4838 μs 0.1256 μs 0.52 0.00 - - 0.00
WithString_NoPool 1000 48.474 μs 1.2785 μs 0.3320 μs 1.00 0.01 0.4272 39200 B 1.00
WithString_Pooled 1000 106.936 μs 3.9887 μs 1.0358 μs 2.21 0.02 - - 0.00

Benchmarks.Perf.ByteReaderStreamBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio Gen0 Gen1 Allocated Alloc Ratio
ByteReader_Read 100 4.464 μs 0.0932 μs 0.0144 μs 0.89 0.0458 - 3.83 KB 0.24
CharReader_Read 100 5.012 μs 0.1117 μs 0.0290 μs 1.00 0.1907 0.0076 16.03 KB 1.00
CharReader_Read 1000 43.095 μs 0.9453 μs 0.2455 μs 1.00 0.6104 - 50.48 KB 1.00
ByteReader_Read 1000 44.866 μs 0.6033 μs 0.1567 μs 1.04 0.4272 - 38.28 KB 0.76

Benchmarks.Perf.ComparisonBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio Gen0 Gen1 Allocated Alloc Ratio
FixedWidthParser_Generated 100 3.352 μs 0.0931 μs 0.0242 μs 0.11 0.0458 - 3.86 KB 0.09
FixedWidthParser_Read 100 4.876 μs 0.1458 μs 0.0379 μs 0.17 0.0458 - 3.86 KB 0.09
RecordParser_Read 100 8.371 μs 0.2950 μs 0.0766 μs 0.29 0.0458 - 4.23 KB 0.10
FileHelpers_Read 100 29.170 μs 0.3882 μs 0.1008 μs 1.00 0.4883 - 41.49 KB 1.00
FlatFiles_Read 100 61.253 μs 1.0789 μs 0.2802 μs 2.10 1.2207 - 103.13 KB 2.49
FixedWidthParser_Generated 1000 33.571 μs 0.2320 μs 0.0359 μs 0.12 0.4272 - 38.31 KB 0.09
FixedWidthParser_Read 1000 47.470 μs 1.3217 μs 0.3432 μs 0.17 0.4272 - 38.31 KB 0.09
RecordParser_Read 1000 79.371 μs 2.9409 μs 0.7637 μs 0.29 0.3662 - 38.69 KB 0.10
FileHelpers_Read 1000 277.918 μs 5.6403 μs 1.4648 μs 1.00 4.8828 0.9766 406.42 KB 1.00
FlatFiles_Read 1000 600.270 μs 18.5873 μs 2.8764 μs 2.16 10.7422 - 953.2 KB 2.35

Benchmarks.Perf.ComparisonWriterBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
FixedWidthParser_Write 1 86.56 ns 2.165 ns 0.562 ns 0.51 0.00 - - - 0.00
FileHelpers_Write 1 168.39 ns 2.471 ns 0.642 ns 1.00 0.00 0.0043 - 360 B 1.00
FlatFiles_Write 1 398.75 ns 5.651 ns 0.875 ns 2.37 0.01 0.0081 - 712 B 1.98
RecordParser_Write 1 17,006.70 ns 2,415.822 ns 373.851 ns 101.00 2.00 0.1831 - 18128 B 50.36
FixedWidthParser_Write 100 11,835.29 ns 227.269 ns 35.170 ns 0.71 0.00 - - - 0.00
FileHelpers_Write 100 16,579.33 ns 440.449 ns 114.383 ns 1.00 0.01 0.3662 - 32832 B 1.00
FlatFiles_Write 100 40,724.59 ns 857.055 ns 222.575 ns 2.46 0.02 0.7935 - 71200 B 2.17
RecordParser_Write 100 63,011.19 ns 4,847.041 ns 750.085 ns 3.80 0.05 0.2441 - 20440 B 0.62
FixedWidthParser_Write 1000 94,640.64 ns 1,697.659 ns 440.877 ns 0.58 0.00 - - - 0.00
FileHelpers_Write 1000 164,425.07 ns 2,039.108 ns 529.550 ns 1.00 0.00 3.9063 - 328032 B 1.00
FlatFiles_Write 1000 413,377.37 ns 5,532.584 ns 1,436.794 ns 2.51 0.01 8.3008 - 712000 B 2.17
RecordParser_Write 1000 532,010.68 ns 17,498.181 ns 4,544.222 ns 3.24 0.03 12.6953 11.7188 1056695 B 3.22

Benchmarks.Perf.ParserBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Line Mean Error StdDev Ratio Gen0 Allocated Alloc Ratio
Parse_NoPool Jane (...)0.00 [25] 52.47 ns 2.139 ns 0.556 ns 1.00 0.0029 48 B 1.00
Parse_WithStringPool Jane (...)0.00 [25] 77.20 ns 0.279 ns 0.072 ns 1.47 - - 0.00
Parse_NoPool John (...)0.00 [25] 52.35 ns 0.895 ns 0.138 ns 1.00 0.0024 40 B 1.00
Parse_WithStringPool John (...)0.00 [25] 94.74 ns 0.262 ns 0.068 ns 1.81 - - 0.00

Benchmarks.Perf.PipeReaderBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v4

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
Stream_ReadAsync 100 6.150 μs 0.1343 μs 0.0349 μs 1.00 0.01 0.0458 4.08 KB 1.00
Pipe_ReadAsync 100 13.854 μs 0.4772 μs 0.1239 μs 2.25 0.02 0.0458 4.41 KB 1.08
Pipe_ReadAsync_SmallSegments 100 41.899 μs 1.3284 μs 0.3450 μs 6.81 0.06 - 4.6 KB 1.13
Stream_ReadAsync 1000 59.920 μs 0.8509 μs 0.2210 μs 1.00 0.00 0.4272 38.53 KB 1.00
Pipe_ReadAsync 1000 136.820 μs 3.3951 μs 0.5254 μs 2.28 0.01 0.2441 38.96 KB 1.01
Pipe_ReadAsync_SmallSegments 1000 415.010 μs 9.5913 μs 2.4908 μs 6.93 0.04 - 39.05 KB 1.01

Benchmarks.Perf.ReaderBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.78GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Allocated Alloc Ratio
GeneratedReader_Read 100 4.066 μs 0.0194 μs 0.0050 μs 0.63 0.00 0.2289 3952 B 0.354
SpanReader_Read 100 5.478 μs 0.0462 μs 0.0120 μs 0.85 0.01 0.2289 3952 B 0.354
Naive_ReadLine 100 6.407 μs 0.2031 μs 0.0527 μs 1.00 0.01 0.6638 11152 B 1.000
GeneratedReader_Read_Pooled 100 9.056 μs 0.3607 μs 0.0937 μs 1.41 0.02 - 32 B 0.003
SpanReader_Read_Pooled 100 10.683 μs 0.1004 μs 0.0261 μs 1.67 0.01 - 32 B 0.003
GeneratedReader_Read 1000 40.601 μs 0.2561 μs 0.0665 μs 0.67 0.00 2.3193 39232 B 0.353
SpanReader_Read 1000 55.516 μs 0.6349 μs 0.0982 μs 0.91 0.00 2.3193 39232 B 0.353
Naive_ReadLine 1000 60.914 μs 0.4999 μs 0.1298 μs 1.00 0.00 6.5918 111232 B 1.000
GeneratedReader_Read_Pooled 1000 88.460 μs 2.6986 μs 0.7008 μs 1.45 0.01 - 32 B 0.000
SpanReader_Read_Pooled 1000 105.477 μs 0.6161 μs 0.0953 μs 1.73 0.00 - 32 B 0.000

Benchmarks.Perf.ReaderStartupBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.78GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Mean Error StdDev Ratio Gen0 Allocated Alloc Ratio
GeneratedReader_ReadOne 99.57 ns 0.975 ns 0.253 ns 0.79 0.0043 72 B 0.75
ReflectionReader_ConstructAndReadOne 125.38 ns 2.130 ns 0.553 ns 1.00 0.0057 96 B 1.00

Benchmarks.Perf.SourceGenParserBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Line Mean Error StdDev Ratio Gen0 Allocated Alloc Ratio
Reflection John (...)00.00 [25] 47.61 ns 1.270 ns 0.330 ns 1.00 0.0024 40 B 1.00
Generated John (...)00.00 [25] 61.14 ns 2.234 ns 0.346 ns 1.28 0.0024 40 B 1.00

Benchmarks.Perf.WriterBenchmarks


BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 3.07GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
  [Host]     : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
  Job-MEHJPP : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3

IterationCount=5  WarmupCount=1  

Method Count Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
WriteMany_ReuseWriter 1 119.4 ns 1.30 ns 0.34 ns 0.37 0.01 - - - 0.00
WriteMany_ReuseWriterSpan 1 121.3 ns 0.28 ns 0.04 ns 0.38 0.01 - - - 0.00
WriteMany_AsyncReuseWriter 1 168.3 ns 2.13 ns 0.55 ns 0.53 0.01 0.0019 - 32 B 0.01
WriteMany_NewStream 1 319.1 ns 21.22 ns 5.51 ns 1.00 0.02 0.1326 - 2224 B 1.00
WriteMany_AsyncNewStream 1 607.4 ns 85.78 ns 13.27 ns 1.90 0.05 0.3204 0.0029 5360 B 2.41
WriteMany_ReuseWriterSpan 100 12,573.0 ns 76.44 ns 19.85 ns 0.98 0.00 - - - 0.000
WriteMany_ReuseWriter 100 12,737.3 ns 54.33 ns 14.11 ns 0.99 0.00 - - - 0.000
WriteMany_NewStream 100 12,875.7 ns 109.24 ns 16.91 ns 1.00 0.00 0.3052 - 5328 B 1.000
WriteMany_AsyncNewStream 100 14,712.1 ns 125.11 ns 19.36 ns 1.14 0.00 0.3204 - 5360 B 1.006
WriteMany_AsyncReuseWriter 100 14,977.4 ns 622.94 ns 161.78 ns 1.16 0.01 - - 32 B 0.006
WriteMany_ReuseWriter 1000 123,493.3 ns 1,386.06 ns 359.96 ns 0.98 0.00 - - - 0.000
WriteMany_ReuseWriterSpan 1000 124,387.3 ns 1,260.53 ns 195.07 ns 0.99 0.00 - - - 0.000
WriteMany_NewStream 1000 126,162.9 ns 555.25 ns 85.93 ns 1.00 0.00 0.2441 - 5328 B 1.000
WriteMany_AsyncReuseWriter 1000 138,636.5 ns 297.46 ns 46.03 ns 1.10 0.00 - - 32 B 0.006
WriteMany_AsyncNewStream 1000 147,123.1 ns 2,949.86 ns 766.07 ns 1.17 0.01 0.2441 - 5360 B 1.006

@GabrielMarquezMatte
GabrielMarquezMatte merged commit a601117 into develop Jul 17, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/tests/FixedWidthParser.Generator.Tests/develop/multi-747a3f1faf branch July 17, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant