aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
10 stars 3 forks source link

Remove redundant nullability check in V3RC02 #160

Closed mristin closed 2 years ago

mristin commented 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.

While the semantic did not change, the C# compiler complained about the nullability since it could not be inferred anymore.