-
-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
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
Fix warnings part 1 #3251
Fix warnings part 1 #3251
Conversation
…g braces for foreach. Remove redundant else. Fix other warnings
@marticliment Can you please review this? I'm still fixing merge conflicts. |
Hey @Saibamen, I really appreciate the effort put into improving the codebase, but please do not push PRs with style changes (e.g. replacing new() with [], adding/removing optional brackets, spaces after the if clause, etc.), since they are very time-consuming to review, and don't offer a real benefit on code performance or efficiency. Thanks for the effort! |
Remove unuses usings. Remove redundant (). Fix one CS4014. Add missing braces for foreach. Remove redundant else. Fix other warnings