Kevin Dconinck

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created ReSharper CLI - Inspect not respecting the .NET Naming conventions.
Hi all, In our team, certain team members have a hard time to handle the warnings, suggestions, ... which are present in Rider / Visual Studio + ReSharper. For that reason, I'm setting up our CI/CD... -
Created Auto formatting leads to warnings
AnsweredHi there, I'm trying to create an `.editorconfig` file to ensure that we use a consistent code style at work.I have set all inspections to `warnings`, and when I use auto formatting, this is what R... -
Edited 'JetBrains.ReSharper.GlobalTools' - Does not respect `.editorconfig`
I'm trying to use 'JetBrains.ReSharper.GlobalTools' on my CI server to ensure that the commits are of a high standard.One of the things I would like to enforce is the order of the modifiers. For th... -
Created ReSharper File Layout for Explicit Interface Implementation
I'm trying to configure the File Layout of ReSharper in such a way that formatting the code does respect the 'StyleCop SA1202' rule.See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/mas...