Sharpen Versions Save

Visual Studio extension that intelligently introduces new C# features into your existing codebase

v0.3.0

6 years ago

Added

  • "Use out variables in method invocations" suggestion.
  • Grouping of the analysis results by C# language feature.

v0.2.0

6 years ago

Added

  • "Use default expression in optional constructor parameters" suggestion.
  • "Use default expression in optional method parameters" suggestion.
  • "Use default expression in return statements" suggestion.

v0.1.1

6 years ago

Added

  • Icon, preview image and release notes.

v0.1.0

6 years ago

Added

  • Grouping the results by C# Version > Suggestion > <Project>\File.
  • Display of the analysis results in a tree view.
  • Analysis of the whole solution.
  • "Use expression body for get-only properties" suggestion.
  • "Use expression body for get-only indexers" suggestion.
  • "Use expression body for constructors" suggestion.
  • "Use expression body for destructors" suggestion.
  • "Use expression body for get accessors in properties" suggestion.
  • "Use expression body for get accessors in indexers" suggestion.
  • "Use expression body for set accessors in properties" suggestion.
  • "Use expression body for set accessors in indexers" suggestion.