Skip to content

Fix issues reported by CodeAnalysis (NRefactory). #734

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

Merged
merged 1 commit into from
May 31, 2014

Conversation

Therzok
Copy link
Member

@Therzok Therzok commented May 31, 2014

No description provided.

{
get { return isBinaryComparison; }
private set { isBinaryComparison = value; }
public virtual bool IsBinaryComparison {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converted to Auto-Property.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please move the accessors on the same line than the property declaration (cf. PullOptions) ?

@Therzok
Copy link
Member Author

Therzok commented May 31, 2014

Note: I haven't touched any of the tests. There are lots of more issues that NRefactory reports (some are false-positives though.). I've only changed those which impact a bit on performance.

@Therzok
Copy link
Member Author

Therzok commented May 31, 2014

Done.

@nulltoken
Copy link
Member

🆒 Could you please rebase onto latest vNext tip?

@Therzok
Copy link
Member Author

Therzok commented May 31, 2014

Also done.

@nulltoken nulltoken merged commit 80afd27 into libgit2:vNext May 31, 2014
@nulltoken
Copy link
Member

And ... another one in. You rock!

@nulltoken nulltoken added this to the v0.18.0 milestone May 31, 2014
@Therzok Therzok deleted the codeAnalysis branch May 31, 2014 12:12
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