为什么Resharper 9建议使用string
而不是String
,当引用一个类,如String.IsNullOrEmpty()
或String.Format()
时,而Resharper 8没有?
基于一个SO帖子,它不应该。https://stackoverflow.com/a/7077/3410616
似乎是最新的趋势,也是由Roslyn提出的:
https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md https://github.com/dotnet/corefx/issues/391