dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
745 stars 272 forks source link

Updated tuple casing #146

Closed bkoelman closed 6 years ago

bkoelman commented 6 years ago

{Fix} Clarified casing of tuple elements and variables declared using tuple syntax in AV1701

Fixes #139.

dennisdoomen commented 6 years ago

When you're ready with this batch of changes, ping me so I can officially release it as 5.2.

bkoelman commented 6 years ago

Sure. Almost there :)