Skip to content

refactor/reverts-read-raw-sep-char #486

refactor/reverts-read-raw-sep-char

refactor/reverts-read-raw-sep-char #486

Triggered via pull request October 16, 2023 14:13
Status Success
Total duration 1h 27m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
dotnet test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
dotnet test: RecordParser.Test/FileWriterTest.cs#L97
Public method 'Write_fixed_length_file' on test class 'FileWriterTest' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
dotnet test: RecordParser.Test/FileReaderTest.cs#L77
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)
dotnet test: RecordParser.Test/FileReaderTest.cs#L127
Theory method 'Read_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
dotnet test: RecordParser.Test/FileReaderTest.cs#L217
Theory method 'Read_not_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
dotnet test: RecordParser.Test/FileReaderTest.cs#L306
Theory method 'Read_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
dotnet test: RecordParser.Test/FileReaderTest.cs#L391
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)
dotnet test: RecordParser.Test/FileReaderTest.cs#L391
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)
dotnet test: RecordParser.Test/FileReaderTest.cs#L391
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)