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
746 stars 271 forks source link

Update title to include C# 7.3 #147

Closed bkoelman closed 6 years ago

bkoelman commented 6 years ago

List of new language features at https://github.com/dotnet/csharplang/blob/master/Language-Version-History.md#c-73-visual-studio-2017-version-157.

Aside from tuple equality, I don't see any additional changes we need to do for this version.