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

SA 1010 clashes with SA 1012 in Index initializers case. #1617

Closed
NikGovorov opened this issue Oct 12, 2015 · 1 comment
Closed

SA 1010 clashes with SA 1012 in Index initializers case. #1617

NikGovorov opened this issue Oct 12, 2015 · 1 comment
Assignees
Milestone

Comments

@NikGovorov
Copy link

The following code produces SA 1010, 'Fix spacing' code fix leads to SA 1012:

new Dictionary<ulong, string>(items) { [100] = "100" } 
@sharwell sharwell added the bug label Oct 12, 2015
@sharwell sharwell added this to the 1.0.0 Beta 14 milestone Oct 12, 2015
@sharwell
Copy link
Member

Thanks for the 🐛 report. The example here should not produce SA1010.

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