Add .NET Standard 2.0 target #589
Annotations
1 error and 11 warnings
Run dotnet test RecordParser.Test/RecordParser.Test.csproj
Process completed with exit code 1.
|
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/
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser/Extensions/FileWriter/WriterExtensions.cs#L62
Field 'WriterExtensions.BufferContext.lockObj' is never assigned to, and will always have its default value null
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser/Extensions/FileWriter/WriterExtensions.cs#L61
Field 'WriterExtensions.BufferContext.buffer' is never assigned to, and will always have its default value null
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser/Extensions/FileWriter/WriterExtensions.cs#L60
Field 'WriterExtensions.BufferContext.pow' is never assigned to, and will always have its default value 0
|
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'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L226
Theory method 'Read_csv_file_all_fields_quoted' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L276
Theory method 'Read_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L366
Theory method 'Read_not_quoted_csv_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L540
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'parallelProcessing'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L540
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'blankLineAtEnd'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Run dotnet test RecordParser.Test/RecordParser.Test.csproj:
RecordParser.Test/FileReaderTest.cs#L540
Theory method 'Read_plain_text_of_fixed_length_file' on test class 'FileReaderTest' does not use parameter 'repeat'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
The logs for this run have expired and are no longer available.
Loading