Why does Resharper 9 suggest to use string
instead of String
, when referring to a class, like String.IsNullOrEmpty()
or String.Format()
, while Resharper 8 didn't ?
Based on a SO post, it should not. https://stackoverflow.com/a/7077/3410616
Why does Resharper 9 suggest to use string
instead of String
, when referring to a class, like String.IsNullOrEmpty()
or String.Format()
, while Resharper 8 didn't ?
Based on a SO post, it should not. https://stackoverflow.com/a/7077/3410616
Seems to be the latest trend and also suggested under Roslyn:
https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md