v1.9.2023.1001 启用可空特性 #52
Annotations
10 warnings
NewLife.IoT/ThingSpecification/PropertySpec.cs#L86
Nullability of reference types in return type of 'IDictionary<string, object?> PropertySpec.ToDictionary()' doesn't match implicitly implemented member 'IDictionary<string, object> IDictionarySource.ToDictionary()'.
|
NewLife.IoT/Drivers/DriverBase.cs#L170
Nullability of reference types in return type of 'ITracer? DriverBase.Tracer.get' doesn't match implicitly implemented member 'ITracer ITracerFeature.Tracer.get' (possibly because of nullability attributes).
|
NewLife.IoT/TypeHelper.cs#L59
Possible null reference argument for parameter 'type' in 'int TypeHelper.GetLength(string type)'.
|
NewLife.IoT/TypeHelper.cs#L98
Possible null reference return.
|
NewLife.IoT/TypeHelper.cs#L104
Possible null reference argument for parameter 'type' in 'int TypeHelper.GetLength(Type type)'.
|
NewLife.IoT/TypeHelper.cs#L124
Possible null reference return.
|
NewLife.IoT/TypeHelper.cs#L146
Possible null reference return.
|
NewLife.IoT/TypeHelper.cs#L150
Possible null reference return.
|
NewLife.IoT/TypeHelper.cs#L166
Possible null reference return.
|
NewLife.IoT/TypeHelper.cs#L194
Non-nullable field '_fullTypes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading