Skip to content

Releases: johannes-schmitt/CleanCodeHelper

0.0.7

31 Jul 14:58

Choose a tag to compare

Changes:

  • new analyzer: identify flag arguments

Download:
https://www.nuget.org/packages/CleanCodeHelper.Analyzer/0.0.7

0.0.6

26 Jun 15:13

Choose a tag to compare

Changes:

  • fix duplicate Diagnostic ID

Download:
https://www.nuget.org/packages/CleanCodeHelper.Analyzer/0.0.6

0.0.5

26 Jun 14:57

Choose a tag to compare

Changes:

  • new analyzer: method (or local function) should not have more than 3 arguments

Download:
https://www.nuget.org/packages/CleanCodeHelper.Analyzer/0.0.5

0.0.4

26 Jun 12:03

Choose a tag to compare

Changes:

  • add analyzer: verify that object is full initialized after constructor finished ("Initilize" methods are a warning sign for this)

Download:
https://www.nuget.org/packages/CleanCodeHelper.Analyzer/0.0.4

0.0.3

25 Jun 06:24

Choose a tag to compare

Changes:

  • change diagnostic category from "Maintainability" to "CleanCode"
  • improved handling of local functions
  • improved handling of else-if statements
  • use latest C# version
  • enjoy own champagne even more 😀 (treat diagnostic warnings as errors)

Downlaod:
https://www.nuget.org/packages/CleanCodeHelper.Analyzer/0.0.3

0.0.2

23 Jun 06:23

Choose a tag to compare