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
Hello,
currently I'm looking for some CSharp syntax rewriters.
Is there any repository / collection for existing ones?
At the moment I look for a rewriter that adds the implicit this to every instance member access. This should be used later to move code into a lambda and replace the this keyword with a parameter name...
Such a repository could be very interesting for source generators, too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
currently I'm looking for some CSharp syntax rewriters.
Is there any repository / collection for existing ones?
At the moment I look for a rewriter that adds the implicit
this
to every instance member access. This should be used later to move code into a lambda and replace thethis
keyword with a parameter name...Such a repository could be very interesting for source generators, too.
Beta Was this translation helpful? Give feedback.
All reactions