Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

49 lines (41 loc) · 1.82 KB

Changelog

All notable changes to the "Sharpen" extension will be documented in this file.

The format of the file is based on Keep a Changelog.

[Unreleased]

Fixed

  • Consecutive analysis runs fully block Visual Studio (#15).

[0.5.0] - 2018-05-25

Added

  • "Use nameof expression in dependency property declarations" suggestion.
  • "Use nameof expression for throwing argument exceptions" suggestion.

[0.4.0] - 2018-05-12

Added

  • "Discard out variables in object creations" suggestion.
  • "Discard out variables in method invocations" suggestion.
  • "Use out variables in object creations" suggestion.
  • "Use expression body for local functions" suggestion.

[0.3.0] - 2018-01-16

Added

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

[0.2.0] - 2017-12-14

Added

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

[0.1.1] - 2017-11-21

Added

  • Icon, preview image and release notes.

[0.1.0] - 2017-11-21

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.