Generated C# code has some warnings on conditional statements for properties of datatype float and decimal.
Warnings:
warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?'
warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'float?'
Transferred from https://github.com/ddialliance/ddimodel/issues/10
Generated C# code has some warnings on conditional statements for properties of datatype float and decimal.
Warnings: warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'decimal?' warning CS0472: The result of the expression is always 'true' since a value of type 'decimal' is never equal to 'null' of type 'float?'