Skip to content

Releases: neolution-ch/Neolution.CodeAnalysis

Release 3.0.3

20 Jul 11:33

Choose a tag to compare

Fixed

  • In some cases the XML documentation file had a bad file name when the $(AssemblyName) variable was not set during the build process

Release 3.0.2

17 Jul 09:57

Choose a tag to compare

Fixed

  • Fixed TestsRuleset so the tests-specific rules override the regular rules and not the other way around

Removed

  • CA2253: Named placeholders should not be numeric values
  • CA2254: Template should be a static expression
  • SA1518: Use line endings correctly at end of file (removed in favor of S113)

Release 3.0.1

12 Jul 13:25

Choose a tag to compare

Added

  • Notification for Slack channel upon new releases

Changed

  • Changed "S3242: Method parameters should be declared with base types" to suggestion
  • Changed "S3257: Declarations and initializations should be as concise as possible" to suggestion
  • Changed "S3267: Loops should be simplified with "LINQ" expressions" to suggestion

Release 3.0.0

28 Jun 13:27

Choose a tag to compare

Changed

  • Stopped changing all rules to error first and instead use the default rulesets of the Analyzers as the base rules
  • Migrate from *.ruleset files to *.globalconfig files
  • Migrate from *.targets to *. props files
  • Simplified and decluttered README file

Removed

  • Removed FxCop Analyzer because it is now bundled with .NET SDK

Release 2.7.1

14 Jun 11:11

Choose a tag to compare

Added

  • Changelog

v2.7.0

30 May 08:29
ae78359

Choose a tag to compare

What's Changed

  • S1128 Unnecessary using directive should be enabled in Release by @neoscie in #11

Full Changelog: v2.6.1...v2.7.0

v2.6.1

09 Feb 15:09
139cbbb

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

07 Feb 09:29
c74d603

Choose a tag to compare

What's Changed

  • Update package metadata by @neoscie in #7
  • Update Analyzers without updating the rulesets by @neoscie in #8
  • Specify source parameter in publish workflow by @neoscie in #9

Full Changelog: v2.5.9...v2.6.0

v2.5.9

23 Jun 08:24
cf126d1

Choose a tag to compare

What's Changed

  • Publish also the TestsRuleset package