Refactor and add unit tests for Csv plugin #16
Annotations
6 warnings
|
build-master:
src/Operations/Filter/FilterOperation.cs#L82
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
build-master:
src/Operations/Map/MapOperation.cs#L84
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
build-master:
src/Operations/Read/ReadOperation.cs#L59
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
build-master:
src/Operations/Filter/FilterOperation.cs#L82
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
build-master:
src/Operations/Map/MapOperation.cs#L84
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|
|
build-master:
src/Operations/Read/ReadOperation.cs#L59
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
|