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
Last time when I trying to dig into why the code generator doesn't work for my project, I cloned the repo and open it with Rider. The project seems a little bit messy so i actually take some time to locate the method i want to find. Also, Rider gives me tons of suggestions on refactoring the code, like use => instead of writing return, use ; instead of { } with empty classes, remove unneeded this., etc. But cz i'm not familiar with the actual things happening behind things I'm a bit afraid of changing those stuff
There are also some small issues with naming i guess(?
like the SuppressDefaultInitialization Attributes, i think theoretically the it should end with 'Attribute'
So like, is it possible for me to do a pr to correct those styles 👀
The text was updated successfully, but these errors were encountered:
Last time when I trying to dig into why the code generator doesn't work for my project, I cloned the repo and open it with Rider. The project seems a little bit messy so i actually take some time to locate the method i want to find. Also, Rider gives me tons of suggestions on refactoring the code, like use
=>
instead of writingreturn
, use;
instead of{ }
with empty classes, remove unneededthis.
, etc. But cz i'm not familiar with the actual things happening behind things I'm a bit afraid of changing those stuffThere are also some small issues with naming i guess(?
like the SuppressDefaultInitialization Attributes, i think theoretically the it should end with 'Attribute'
So like, is it possible for me to do a pr to correct those styles 👀
The text was updated successfully, but these errors were encountered: