Skip to content

Throw correct exception for incorrect number of columns #10

Throw correct exception for incorrect number of columns

Throw correct exception for incorrect number of columns #10

Triggered via pull request November 18, 2023 15:01
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: Tests/SerializerTests.cs#L210
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'CsvSerializer.Serialize<T>(IEnumerable<T>, bool, char, IFormatProvider?)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: Tests/SerializerTests.cs#L210
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'CsvSerializer.Serialize<T>(IEnumerable<T>, bool, char, IFormatProvider?)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.