Softeq / dotnet-guidelines

A set of coding guidelines for C#, design principles, and layout rules.
Other
13 stars 1 forks source link

Shared IDE rules, style checking. #3

Open wcoder opened 4 years ago

wcoder commented 4 years ago

Currently, we use .editorconfig for our Xamarin projects (XTookit) on macOS.

I think we need a cross-platform approach for style checking independent on IDE, OS via:

Also, we can automate styles checking via StyleCop on dev machine and CI.