Issue on generated c# class library
ard1111 opened this issue · 1 comments
ard1111 commented
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?'
jeremyiverson commented
Moving this to the COGS issue tracker. The C# library will not be a part of the DDI release.