You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the "60 / SomeDecimal" is extracted to a local var of type Decimal, the Conversions.ToDouble call around that local var happens, so AFAICT we can/should do the same around the expression that's of type decimal
Product in use: codeconv command line built from current master (commit 04d3409 "Update README.md" from 1:45 pm Eastern today)
Specifically, CodeConverter\CommandLine\CodeConv.NetFramework\bin\Debug\ICSharpCode.CodeConverter.CodeConv.NetFramework.exe
The text was updated successfully, but these errors were encountered:
Input code
Erroneous output
Expected output
If the "60 / SomeDecimal" is extracted to a local var of type Decimal, the Conversions.ToDouble call around that local var happens, so AFAICT we can/should do the same around the expression that's of type decimal
Details
Specifically, CodeConverter\CommandLine\CodeConv.NetFramework\bin\Debug\ICSharpCode.CodeConverter.CodeConv.NetFramework.exe
The text was updated successfully, but these errors were encountered: