Skip to content

Releases: delegateas/DataverseAnalyzer

Release 1.0.9

09 Jan 13:52
20f38d6

Choose a tag to compare

What's Changed

  • Add CT0005 analyzer to detect duplicate dependency injection parameter types by @magesoe in #17
  • Add CT0006 analyzer to enforce XML documentation on Plugin subclasses by @magesoe in #18
  • Add CT0007 analyzer to enforce correct containsAttributes use by @magesoe
  • Refactor PluginDocumentationAnalyzer to check for IPlugin by @magesoe in #19
  • Add CT0008-10 diagnostic analyzer for plugin step configuration rules by @magesoe in #20

Full Changelog: v1.0.8...v1.0.9

Release 1.0.8

05 Nov 11:26
5febfe1

Choose a tag to compare

What's Changed

  • Fix CT0004 to only apply to standalone if statements by @Copilot in #16

Full Changelog: v1.0.7...v1.0.8

Release 1.0.7

04 Nov 14:47
8ecabdc

Choose a tag to compare

What's Changed

  • Add CT0004 analyzer for enforcing braceless control flow statements by @Copilot in #14

Full Changelog: v1.0.6...v1.0.7

Release 1.0.6

01 Sep 09:36
3e2dec8

Choose a tag to compare

What's Changed

  • Extend CT0002 to detect enum cast expressions with numeric literals by @Copilot in #12

Full Changelog: v1.0.5...v1.0.6

Release 1.0.5

20 Aug 12:05
465d210

Choose a tag to compare

What's Changed

  • Fix analyzer rebuild issue by targeting .NET Standard 2.0 and adding isolation properties by @Copilot in #10

Full Changelog: v1.0.4...v1.0.5

Release 1.0.4

19 Aug 09:32
483a788

Choose a tag to compare

What's Changed

  • Fix TypeInitializationException during solution rebuilds with lazy initialization by @Copilot in #8

Full Changelog: v1.0.3...v1.0.4

Release 1.0.3

19 Aug 08:08
ced4424

Choose a tag to compare

What's Changed

  • Implement CT0003 rule for opinionated object initialization by @Copilot in #6

Full Changelog: 1.0.2...v1.0.3

Release 1.0.2

13 Aug 13:19
1d7bfae

Choose a tag to compare

What's Changed

  • Remove for, foreach, do, while from CT0001 analysis by @Copilot in #2
  • Add CT0002 rule to warn when enum properties are assigned literal values by @Copilot in #4

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: 1.0.0.0...v1.0.2

Release 1.0.0.0

12 Aug 13:26

Choose a tag to compare

First release of the analyzer with check for early returns