Feature/csv file writer with automatic bind - #107
Merged
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L541
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'repeat'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L541
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L541
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'parallelProcessing'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L456
Theory method 'Read_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L367
Theory method 'Read_not_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L277
Theory method 'Read_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L227
Theory method 'Read_csv_file_all_fields_quoted' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L115
Theory method 'Given_record_is_too_large_for_custom_buffer_size_then_exception_should_be_throw' on test class 'FileReaderTest' does not use parameter 'bufferSize'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
|
Setup dotnet
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
Setup dotnet
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
background
wait
wait-all
cancel
parallel
Loading