DEV Community

Discussion on: C# 10 Roadmap ✅ Exposing NEW features

Collapse
 
salmanbabri profile image
salmanbabri

Jetbrains Resharper or Rider can help with some of those changes. For example converting null checks into safe traversal via '?' can be done en masse with a click of a button. You'll still need to review the code once though to be on the safe side.