For #9. The main style changes are to use a prefix '_' for private class fields and PascalCased for private static fields. The config also enforces use of private/internal scope specifiers, type aliases (e.g. 'int' over 'Int32'), consistent line endings for cacheability of source files in a canonical format, and braces around single-line statements. Other analyzer recommendations fixed in all files where possible.
For #9. The main style changes are to use a prefix '_' for private class fields and PascalCased for private static fields. The config also enforces use of private/internal scope specifiers, type aliases (e.g. 'int' over 'Int32'), consistent line endings for cacheability of source files in a canonical format, and braces around single-line statements. Other analyzer recommendations fixed in all files where possible.