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

Various small fixes and improvements #242

Closed bkoelman closed 2 years ago

bkoelman commented 2 years ago

What started out as formatting corrections ended with also changing two rules a bit. See the individual commits for details.

bkoelman commented 2 years ago

FYI I'm going over the C# language changes since v8 and I intend to create PRs addressing what's relevant.

dennisdoomen commented 2 years ago

Impressive pull request. You really were into the details ;-)

bkoelman commented 2 years ago

Rebased on latest master and resolved merge conflicts.

dennisdoomen commented 2 years ago

Also love the clear separation of commits. Kudos for that.

bkoelman commented 2 years ago

Thanks