Skip to content

Refactor and add unit tests for Csv plugin #16

Refactor and add unit tests for Csv plugin

Refactor and add unit tests for Csv plugin #16

Triggered via push December 7, 2025 10:11
Status Success
Total duration 41s
Artifacts

build.yml

on: push
build-master
36s
build-master
Fit to window
Zoom out
Zoom in

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>>'.