为什么Resharper 9建议将String简化为String



为什么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

相关内容

  • 没有找到相关文章

最新更新