Skip to content
Triggered via push November 11, 2023 13:28
Status Failure
Total duration 3m 21s
Artifacts

test-dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
dotnet test
Process completed with exit code 1.
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/Extensions/FileWriter/WriterExtensions.cs#L61
Field 'WriterExtensions.BufferContext.buffer' is never assigned to, and will always have its default value null
dotnet test: RecordParser/Extensions/FileWriter/WriterExtensions.cs#L62
Field 'WriterExtensions.BufferContext.lockObj' is never assigned to, and will always have its default value null
dotnet test: RecordParser/Extensions/FileWriter/WriterExtensions.cs#L60
Field 'WriterExtensions.BufferContext.pow' is never assigned to, and will always have its default value 0
dotnet test: RecordParser.Test/FileReaderTest.cs#L118
Theory method 'Given_record_is_too_large_to_fit_in_buffer_then_exception_should_be_throw' on test class 'FileReaderTest' does not use parameter 'bufferSize'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
dotnet test: RecordParser.Test/FileReaderTest.cs#L229
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#L279
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#L369
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#L458
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#L543
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#L543
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)