c#,.net,visual-studio,resharper,codemaid
I found nuget package which allow to reformat code according to re# rules on file saving. Below is link to it https://visualstudiogallery.msdn.microsoft.com/b5445a42-8c98-43cc-a4c5-7f7496f647c6...
c#,visual-studio,cyclomatic-complexity,codemaid
Exact number is team/personal opinion based, but 100+ is definitely way too high. Microsoft's recommendation is 25: CA1502: Avoid excessive complexity The rule reports a violation when the cyclomatic complexity is more than 25. ...