Colectica / cogs

Convention-based Ontology Generation System
http://cogsdata.org
MIT License
18 stars 8 forks source link

Issue on generated c# class library #10 #313

Closed jeremyiverson closed 12 months ago

jeremyiverson commented 12 months ago

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?'