We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
constant is null
null is null
In the ExpressionToCSharpConverter there is the code to fix constant is null and null is null, however this needs to be moved to a pre-processor.
Create an issue to move this to a pre-processor traverser
Originally posted by @baseTwo in #616 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the ExpressionToCSharpConverter there is the code to fix
constant is null
andnull is null
, however this needs to be moved to a pre-processor.Originally posted by @baseTwo in #616 (comment)
The text was updated successfully, but these errors were encountered: