Open
Description
Category: Spacing
Title: Null-forgiving operator must not be preceded by space.
Description: A null-forgiving operator following a C# expression is not spaced correctly.
Rationale: Consistency with spacing rules for other unary postfix operator. #3172 requested that it should be allowed to not have space before a null-forgiving operator. For consistency reasons this rule would be added to ensure a consistent style.