Closed mristin closed 2 years ago
We remove the nullability check in the invariants in Data_specification_physical_unit for the property definition since it is not optional.
Data_specification_physical_unit
definition
While the semantic did not change, the C# compiler complained about the nullability since it could not be inferred anymore.
We remove the nullability check in the invariants in
Data_specification_physical_unit
for the propertydefinition
since it is not optional.While the semantic did not change, the C# compiler complained about the nullability since it could not be inferred anymore.