Replies: 1 comment
-
I think it should be possible to implement that option, but in general the idea is to follow C# rules ... There are already some exceptions, for example about case insensitive. Anyway if you want to try to implement that inside a PR we can eval it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The UseEqualsAssignmentAsEqualsOperator option should let you get or set if the = should instead act like an equal operator instead of ==.
There's another library out there which offers a similar feature:
https://eval-expression.net/options#useequalsassignmentasequalsoperator
Beta Was this translation helpful? Give feedback.
All reactions