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

Address "=>" Property Syntax in Analyzers #553

Closed
JasonBock opened this issue Mar 17, 2016 · 1 comment
Closed

Address "=>" Property Syntax in Analyzers #553

JasonBock opened this issue Mar 17, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@JasonBock
Copy link
Contributor

Analyzers are not handling the case where a property is defined like this:

public Guid AccountId => GetProperty(AccountIdProperty);

This means the PropertyDeclarationSyntax's AccessorList will be null, which is causing an exception.

@JasonBock JasonBock self-assigned this Mar 17, 2016
@JasonBock JasonBock added this to the 4.6.400 milestone Mar 17, 2016
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant