-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Failed] Auto refactor by Resharper CLT #892
Conversation
|
||
using var file = new StreamWriter(filename, append: true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Save argument names
public int TopCoord { get; set; } | ||
|
||
public int BottomCoord { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sorted
public RegisterServices RegisterServices { get; } | ||
|
||
public IGlobe Globe { get; private set; } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sorted
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
No description provided.