Skip to content
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 1362 Removed string literals in favor of nameof usage #1363

Merged
merged 2 commits into from
Jan 5, 2019
Merged

Fix 1362 Removed string literals in favor of nameof usage #1363

merged 2 commits into from
Jan 5, 2019

Conversation

siriak
Copy link
Contributor

@siriak siriak commented Dec 29, 2018

Fixes issue #1362 Removed string literals and utilized nameof()

@siegfriedpammer
Copy link
Member

siegfriedpammer commented Dec 29, 2018

Thank you for the contribution!

python BuildTools\tidy.py
.\ILSpy\FilterSettings.cs:117: Line starting with spaces. Use tabs for indentation instead!
.\ILSpy\FilterSettings.cs:118: Line starting with spaces. Use tabs for indentation instead!
.\ILSpy\FilterSettings.cs:119: Line starting with spaces. Use tabs for indentation instead!
.\ILSpy\FilterSettings.cs:120: Line starting with spaces. Use tabs for indentation instead!
Tidy check: failed
Command exited with code 1

We require all indentation to be done with tabs.

@siegfriedpammer
Copy link
Member

Thank you for helping out with this, but please note that the code base of ILSpy (the WPF part, not the decompiler engine) uses an older style - pre C# 5 in most parts. It is not even updated to use async-await or MVVM.

I am not sure if one single pull request will be enough to update it all.

@sungam3r
Copy link

Ok.

@siriak
Copy link
Contributor Author

siriak commented Dec 30, 2018

Updated pull request

@siegfriedpammer
Copy link
Member

Is this finished and can be merged?

@sungam3r
Copy link

sungam3r commented Jan 4, 2019

LGTM

@siegfriedpammer siegfriedpammer merged commit b141549 into icsharpcode:master Jan 5, 2019
@siegfriedpammer
Copy link
Member

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants