Skip to content

Releases: rjmurillo/moq.analyzers

v0.3.0-alpha

24 Dec 22:34
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Moq.Analyzers v0.3.0 🎄

Holidays are coming and it's time for the last release of the year! 🎉

There's a lot that has gone into this release, mostly housekeeping and bug fixes that are transparent to you. However, there are two new diagnostics included in this release.

This will be the last release until we move to v1.0.0

Analyzer Behavior Changes

  • Remove false positive for Moq1200 when using parameterized lambda by @rjmurillo in #301
  • Add new rule to enforce MockBehavior.Strict (Moq1410) by @rjmurillo in #302

Full List of What's Changed

Full Changelog: v0.2.0...v0.3.0-alpha

v0.2.0

24 Dec 21:58
Compare
Choose a tag to compare

Changes

Housekeeping

Full Changelog: v0.1.2...v0.2.0

v0.1.2

24 Dec 22:36
38d26b5
Compare
Choose a tag to compare

What's Changed

Lots of housekeeping and a couple of fixes and enhancements.

Enhancements and Bug fixes

  • Add Mock.Of and MockRepository support to ConstructorArgumentsShouldMatchAnalyzer by @rjmurillo in #140
  • Moq1100 incorrectly firing on nullable parameters by @marcovr @rjmurillo in #187

Other Changes

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Jun 16:41
3b1676b
Compare
Choose a tag to compare

Lots of "housekeeping" this release, and a few bug fixes. We also now have rule documentation! Special thanks to @MattKotsenas for his contributions to make working on the analyzers easier and improving our confidence and productivity.

Full Changelog: v0.1.0...v0.1.1

What's Changed

Ownership of the Moq.Analyzers and Moq.Autocomplete has been transferred from @Litee to @rjmurillo.

Bug fixes

Changes to rules

There should be no behavioral differences with these changes to the rule code. If you find any, please submit a new issue.

Updates to test and infrastructure

New Contributors

v0.1.0

04 Jun 19:09
6f244cf
Compare
Choose a tag to compare

What's Changed

  • Remove the Visual Studio Extension VSIX by @rjmurillo in #16
  • Update TargetFramework to NET Standard 2.0 by @rjmurillo in #17
  • Update constructor analyzer (Moq1002) to validate parameters of abstract classes by @rjmurillo in #20, fixes #1

Non-functional Changes

New Contributors

Full Changelog: v0.0.9...v0.1.0

0.0.9

11 Jan 23:36
3d4cb7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9