Skip to content

Add DateTime to DateOnly conversion #852

Add DateTime to DateOnly conversion

Add DateTime to DateOnly conversion #852

Re-run triggered September 7, 2025 22:26
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/MiniExcel.Core/OpenXml/Templates/OpenXmlTemplate.Impl.cs#L53
Non-nullable property 'MergeCell' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/OpenXml/Templates/OpenXmlTemplate.Impl.cs#L106
Non-nullable property 'ColIndex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/Api/OpenXmlImporter.cs#L159
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
build: src/MiniExcel.Core/WriteAdapters/EnumerableWriteAdapter.cs#L96
Possible null reference argument for parameter 'prop' in 'CellWriteInfo.CellWriteInfo(object? value, int cellIndex, MiniExcelColumnInfo prop)'.
build: src/MiniExcel.Core/OpenXml/Templates/OpenXmlValueExtractor.cs#L31
Nullability of reference types in value of type 'Dictionary<string, object>' doesn't match target type 'Dictionary<string, object?>'.
build: src/MiniExcel.Core/DataReader/MiniExcelDataReader.cs#L17
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/MiniExcel.Core/OpenXml/Models/SheetRecord.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/Attributes/MiniExcelColumnAttribute.cs#L47
Non-nullable property 'CustomFormatter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/DataReader/MiniExcelAsyncDataReader.cs#L19
Non-nullable field '_keys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/MiniExcel.Core/Api/OpenXmlImporter.cs#L315
Async-iterator 'OpenXmlImporter.CastAsync(IAsyncEnumerable<dynamic>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed