Skip to content

Add HasHeader property and makes plugin able to read and write csv wi… #10

Add HasHeader property and makes plugin able to read and write csv wi…

Add HasHeader property and makes plugin able to read and write csv wi… #10

Triggered via push October 16, 2025 20:37
Status Success
Total duration 38s
Artifacts

build.yml

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

Annotations

10 warnings
build-master: src/Services/FilterOperationHandler.cs#L73
Possible null reference argument for parameter 'input' in 'bool FilterOperationHandler.TryParseNumber(string input, out double number)'.
build-master: src/Services/FilterOperationHandler.cs#L66
Nullability of reference types in value of type 'ExpandoObject' doesn't match target type 'IDictionary<string, object>'.
build-master: src/CsvPlugin.cs#L125
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
build-master: src/Services/MapOperationHandler.cs#L19
Nullability of reference types in value of type 'ExpandoObject' doesn't match target type 'IDictionary<string, object>'.
build-master: src/Services/FilterOperationHandler.cs#L83
Possible null reference argument for parameter 'filterValue' in 'bool FilterOperationHandler.EvaluateStringComparison(string cell, string filterValue, string op)'.
build-master: src/Services/FilterOperationHandler.cs#L78
Possible null reference argument for parameter 'input' in 'bool FilterOperationHandler.TryParseDate(string input, out DateTime date)'.
build-master: src/Services/FilterOperationHandler.cs#L73
Possible null reference argument for parameter 'input' in 'bool FilterOperationHandler.TryParseNumber(string input, out double number)'.
build-master: src/Services/FilterOperationHandler.cs#L66
Nullability of reference types in value of type 'ExpandoObject' doesn't match target type 'IDictionary<string, object>'.
build-master: src/CsvPlugin.cs#L125
Nullability of reference types in value of type 'List<Dictionary<string, object?>>' doesn't match target type 'List<Dictionary<string, object>>'.
build-master: src/Services/MapOperationHandler.cs#L19
Nullability of reference types in value of type 'ExpandoObject' doesn't match target type 'IDictionary<string, object>'.