I must say I really like the new code analysis with VS 2010, I have a lot of areas in my code where I am not using CultureInfo.InvariantCulture
and code analysis is warming me about this.
I am pretty sure I want to use CultureInfo.InvariantCulture
where ever code analysis has detected it is missing on Convert.ToString operations.
Is there anyway to get VS to automatically fix warnings of this type?