Change C# code generation to follow the usual C# code style #4625
Labels
Csharp
Pull requests that update .net code
enhancement
New feature or request
help wanted
Issue caused by core project dependency modules or library
type:feature
New experience request
Milestone
Client library/SDK language
Csharp
Describe the solution you'd like
There is #4347 and #4348 but there are still the following cases left:
Put opening brace after namespace definition on new line
Put opening brace after property definition on new line, if property has getter and setter
Put spaces correctly around dictionary entries
Remove trailing space after class definition
Can submit a PR.
The text was updated successfully, but these errors were encountered: