Workflow. #4
Annotations
10 warnings
build:
src/CsvHelper/IParser.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/Delegates/GetDelimiter.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/Delegates/MissingFieldFound.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/Delegates/MissingFieldFound.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/CsvParser.cs#L89
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/EnumerableExtensions.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/CsvWriter.cs#L818
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/CsvWriter.cs#L332
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/IReaderRow.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/CsvHelper/IReaderRow.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|