Why does Resharper 9 suggest to simplify String to string?

632 Views Asked by At

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

1

There are 1 best solutions below

0
Jeff On