Releases: delegateas/DataverseAnalyzer
Releases · delegateas/DataverseAnalyzer
Release 1.0.9
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
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
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
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
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
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
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
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
First release of the analyzer with check for early returns