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

SA1013 should not fire for anonymous classes in indexers #1191

Closed
hakenr opened this issue Aug 12, 2015 · 2 comments
Closed

SA1013 should not fire for anonymous classes in indexers #1191

hakenr opened this issue Aug 12, 2015 · 2 comments
Assignees
Milestone

Comments

@hakenr
Copy link

hakenr commented Aug 12, 2015

myHashTable[new { xID = x.ID, yID = y.ID }];

...reports "Closing curly bracket must be followed by a space."

@pdelvo
Copy link
Member

pdelvo commented Aug 12, 2015

This should be an easy fix. Im looking into it.

@sharwell
Copy link
Member

Welcome to the project @hakenr!

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

No branches or pull requests

3 participants