Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Formatting of generic types in C#7 out declarations #268

Closed
JonHanna opened this issue Aug 26, 2017 · 0 comments · Fixed by #275
Closed

Formatting of generic types in C#7 out declarations #268

JonHanna opened this issue Aug 26, 2017 · 0 comments · Fixed by #275

Comments

@JonHanna
Copy link

Given the line

if (!_data.TryGetValue(key, out Stack<TValue> stack))

The formatter produces

if (!_data.TryGetValue(key, out Stack < TValue > stack))

Seeming to take the < and > as operators rather than part of the generic type.

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

Successfully merging a pull request may close this issue.

1 participant