Resharper function to fix naming convention issues

Posted by Jan Jongboom on Stack Overflow See other posts from Stack Overflow or by Jan Jongboom
Published on 2010-05-19T10:14:28Z Indexed on 2010/05/19 10:20 UTC
Read the original article Hit count: 442

Filed under:

A bunch of classes doesn't comply to our naming conventions for private variables. Resharper shows this as a warning, but wants me to fix all of them by hand. Is there some magic option to auto-fix these issues?

'Clean-up code' won't do anything with this. Same goes for converting properties with backing fields to automatic properties when possible: the hint is shown, but Resharper won't fix it automatically.

© Stack Overflow or respective owner

Related posts about resharper