Skip to content

Merge pull request #35 from fmazzant/34-different-bugs #146

Merge pull request #35 from fmazzant/34-different-bugs

Merge pull request #35 from fmazzant/34-different-bugs #146

Triggered via push May 20, 2024 20:06
Status Success
Total duration 33s
Artifacts

dotnet.6.0.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/TinyCsv/Extensions/StringExtensions.cs#L137
'CsvOptions.SkipEmptyRows' is obsolete: 'Use: SkipRow to skip the empty row.'
build: src/TinyCsv/Extensions/StringExtensions.cs#L137
'CsvOptions.SkipEmptyRows' is obsolete: 'Use: SkipRow to skip the empty row.'
build: src/TinyCsv/Extensions/StringExtensions.cs#L137
'CsvOptions.SkipEmptyRows' is obsolete: 'Use: SkipRow to skip the empty row.'
build: src/TinyCsv/Exceptions/UnsupportedTypeException.cs#L75
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/TinyCsv/Exceptions/NotAllowCommentException.cs#L75
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/TinyCsv/Exceptions/InvalidColumnValueException.cs#L75
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/TinyCsv/Exceptions/InvalidColumnCountException.cs#L75
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/TinyCsv/Exceptions/EndOfLineDelimiterCharException.cs#L75
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/TinyCsv/Extensions/StringExtensions.cs#L137
'CsvOptions.SkipEmptyRows' is obsolete: 'Use: SkipRow to skip the empty row.'
build: src/TinyCsv/Extensions/StringExtensions.cs#L137
'CsvOptions.SkipEmptyRows' is obsolete: 'Use: SkipRow to skip the empty row.'