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

Incorrect spacing of tuple types opening parentheses #2472

Closed
sharwell opened this issue Jun 26, 2017 · 0 comments
Closed

Incorrect spacing of tuple types opening parentheses #2472

sharwell opened this issue Jun 26, 2017 · 0 comments

Comments

@sharwell
Copy link
Member

The following cases are still reporting SA1008 for the opening parenthesis of the tuple type:

protected static IDictionary<OptionKey, object> OptionsSet(
    params (OptionKey key, object value)[] options)

public static (string description, TextSpan span)? GetCurrentBlock(

public void Parameters(
    params (string name, string documentation)[] parameters)

private (Metadata metadata, ImmutableArray<ITemporaryStreamStorage> storages)? TryReadMetadataFrom(

protected (Guid, string)? ReadFromJsonObject(JsonReader reader)

bool FindNonEmptyDepth(int startingDepth, IList<int> layout, out (int depth, int localFuncIndex) newCurrent)
@sharwell sharwell added this to the 1.1.0 Beta 5 milestone Jun 26, 2017
@sharwell sharwell changed the title Incorrect spacing of tuple types Incorrect spacing of tuple types opening parentheses Jun 26, 2017
@sharwell sharwell self-assigned this Jun 26, 2017
sharwell added a commit to sharwell/StyleCopAnalyzers that referenced this issue Jun 26, 2017
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

1 participant