Skip to content

Remove logging from CSV writing process #9

Remove logging from CSV writing process

Remove logging from CSV writing process #9

Triggered via push October 4, 2025 07:17
Status Success
Total duration 58s
Artifacts

build.yml

on: push
build-master
54s
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>'.