We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Fix SA1008 handling of tuple type opening parenthesis
366f19f
Fixes DotNetAnalyzers#2472
sharwell
No branches or pull requests
The following cases are still reporting SA1008 for the opening parenthesis of the tuple type:
The text was updated successfully, but these errors were encountered: