5.2.0
- {New} Updated support for C# 7.3 - #159
- {New} Added new guideline (AV2410) to use expression-bodied members appropriately - #142
- {New} Added new guideline (AV2202) to prefer using language syntax over directly calling the underlying framework implementation - #144
- {New} Added naming guidelines for tuples to AV1702 - #146
- {New} Added specific guidelines for local functions - #92
- {New} Added tuple constraints to AV1561 - #161
- {Breaking} Removed AV2205 that dealt with naming of identifiers refering to localized resources - #143
- {Breaking} Removed AV2215 since manually providing the contents of the
AssemblyInfo.cs
is no longer needed - #143 - {Fix} Removed the incomplete part about running a command-line to compile the Markdown versions of the guidelines and cheatsheet to self-contained HTML files - #133
- {Fix} Don't append a CR and LF to the output, since this is rendered visibly - #134
- {Fix} Fixed the generic part of the example in AV1220 - #137
- {Fix} Reorganized the naming conventions table in AV1702 to remove ambiguity - #145
- {Fix} Various typos and grammer improvements - #160
Kudos to @bkoelman for doing all of the hard work in this release.