Skip to content

新增数据处理助手DataHelper,便于借助物模型编解码数据,完成字节数组到基础类型之间的转换 #64

新增数据处理助手DataHelper,便于借助物模型编解码数据,完成字节数组到基础类型之间的转换

新增数据处理助手DataHelper,便于借助物模型编解码数据,完成字节数组到基础类型之间的转换 #64

Triggered via push December 18, 2023 16:48
Status Success
Total duration 44s
Artifacts

test.yml

on: push
build-test
33s
build-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: NewLife.IoT/ThingSpecification/PropertyExtend.cs#L49
Nullability of reference types in return type of 'IDictionary<string, object> PropertyExtend.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/ThingSpecification/TypeSpec.cs#L22
Nullability of reference types in return type of 'IDictionary<string, object> TypeSpec.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/ThingSpecification/PropertyExtend.cs#L49
Nullability of reference types in return type of 'IDictionary<string, object> PropertyExtend.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/ThingSpecification/TypeSpec.cs#L22
Nullability of reference types in return type of 'IDictionary<string, object> TypeSpec.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/ThingSpecification/TypeSpec.cs#L22
Nullability of reference types in return type of 'IDictionary<string, object> TypeSpec.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/ThingSpecification/PropertyExtend.cs#L49
Nullability of reference types in return type of 'IDictionary<string, object> PropertyExtend.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object?> IDictionarySource.ToDictionary()'.
build-test: NewLife.IoT/TypeHelper.cs#L20
Dereference of a possibly null reference.
build-test: NewLife.IoT/TypeHelper.cs#L71
Dereference of a possibly null reference.
build-test: NewLife.IoT/TypeHelper.cs#L101
Dereference of a possibly null reference.
build-test: NewLife.IoT/ThingSpecification/TypeSpec.cs#L26
Possible null reference argument for parameter 'type' in 'IDictionary<string, object?> DataSpecs.GetDictionary(string type)'.