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

SA1110 (OpeningParenthesisMustBeOnDeclarationLine) mis-fires for generic methods in 1.0.0-beta002 #1079

Closed
tommymonk opened this issue Jul 28, 2015 · 1 comment · Fixed by #1084
Assignees
Milestone

Comments

@tommymonk
Copy link

I'm seeing this issue occur in 1.0.0-beta002 with the generic call in this example;

int productId = _client.Cypher
                       .Match("p: Product")
                       .Return<int>("p.Id")
                       .Results
                       .SingleOrDefault();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants