Skip to content

Changed logic behind identification of special template values (#928) #948

Changed logic behind identification of special template values (#928)

Changed logic behind identification of special template values (#928) #948

Triggered via push February 26, 2026 23:11
Status Success
Total duration 1m 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/MiniExcel.Core/Reflection/MiniExcelMapper.cs#L31
Nullability of reference types in value of type 'List<MiniExcelColumnInfo?>' doesn't match target type 'List<MiniExcelColumnInfo>'.
build: src/MiniExcel.Core/WriteAdapters/AsyncEnumerableWriteAdapter.cs#L27
Possible null reference argument for parameter 'value' in 'List<MiniExcelColumnInfo> CustomPropertyHelper.GetColumnInfoFromValue(object value, MiniExcelBaseConfiguration configuration)'.
build: src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L49
Nullability of reference types in value of type 'List<MiniExcelColumnInfo?>' doesn't match target type 'List<MiniExcelColumnInfo>'.
build: src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L49
Argument of type 'List<MiniExcelColumnInfo?>' cannot be used for parameter 'props' of type 'List<MiniExcelColumnInfo>' in 'List<MiniExcelColumnInfo?> CustomPropertyHelper.SortCustomProps(List<MiniExcelColumnInfo> props)' due to differences in the nullability of reference types.
build: src/MiniExcel.Core/Reflection/CustomPropertyHelper.cs#L43
Dereference of a possibly null reference.
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/Reflection/MiniExcelColumnInfo.cs#L12
Non-nullable property 'ExcludeNullableType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/Reflection/MiniExcelColumnInfo.cs#L11
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MiniExcel.Core/Reflection/MiniExcelColumnInfo.cs#L7
Non-nullable property 'Key' 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.