Etienne Charland
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
Etienne Charland commented, -
-
-
Etienne Charland created a post, Sharing code-style settings between projects and computers
In Visual Studio, I could get a somewhat consistent code-style experience by using StyleCop and I took the .editorconfig file from dotnet/roslyn to use best-practice coding standards. I could disab... -
Etienne Charland commented, -
Etienne Charland created a post, Multiple warnings on single line can't be removed inline
Small issue. Here's a line of code. It warns about potential rounding issue. I say no big deal and disable the warning inline. // ReSharper disable once CompareOfFloatsByEqualityOperatorvar useSoun...