Skip to content

Releases: moq/Moq.AutoMocker

v3.5.0

04 Jan 16:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

01 Jun 15:11
33fbf25
Compare
Choose a tag to compare

What's Changed

  • Creating source generator by @Keboo in #140
  • Update version number by @Keboo in #141
  • Fixing issue with generated methods having invalid characters by @Keboo in #143
  • Adding support for DefaultValueProvider by @Keboo in #145
  • Adding cancellation token support. by @Keboo in #147
  • Updating version to 3.4.0 by @Keboo in #146

Full Changelog: v3.3.0...v3.4.0

v3.3.0

23 Feb 21:02
de36ed7
Compare
Choose a tag to compare

What's Changed

  • Updating nuget dependencies by @Keboo in #136
  • Smoothing CreateSelfMock by @Keboo in #137
  • Adding tests showing how to provide custom string resolution by @Keboo in #138
  • Update Moq.AutoMock.csproj by @Keboo in #139

Full Changelog: v3.2.0...v3.3.0

v3.2.0

04 Feb 07:17
a6733b5
Compare
Choose a tag to compare

What's Changed

  • CreateSelfMock should cache dependencies it creates by @Keboo in #131
  • Bumping version to 3.2.0 by @Keboo in #133
  • Code update and clean up by @Keboo in #132

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Oct 15:41
d4bc4dd
Compare
Choose a tag to compare

What's Changed

  • Converting resolvers to a List to make manipulating them easier. by @Keboo in #124
  • Using resolvers for all behavior by @Keboo in #125
  • Fix inheritdoc xmldoc element by @ascott18 in #129
  • Implement System.IServiceProvider in AutoMocker. by @ascott18 in #128

Full Changelog: v3.0.0...v3.1.0