Skip to content

Releases: wgnf/ArrangeContext

v3.0.0

20 Jan 12:31
5f6a937

Choose a tag to compare

💥 BREAKING CHANGES

  • Switched from Unlicense to MIT

Full Changelog: v2.0.0...v3.0.0

v2.0.0

09 Jan 14:13
80c9dcf

Choose a tag to compare

🐞 Bug Fixes

  • BREAKING: Fixed issue when working with sealed classes in Moq (#16 ) by @wgnf in #17

⌨️ Codebase Improvements

  • BREAKING: Refactored ContextParameter and ContextInstance handling, to fix the annoying issue described above, and to be able to work with them more easily

Full Changelog: v1.3.0...v2.0.0

v1.3.0

21 Nov 16:55

Choose a tag to compare

🌟 Whats new?

  • Moq: Added additional overloads to use ArrangeContext.Use<T> to set instances that are not of type Mock<T>

v1.2.2

31 Oct 18:53

Choose a tag to compare

🐞 Bug Fixes

  • Fixed issue with the Use Methods for the Moq-Package

Full Changelog: v1.2.1...v1.2.2

v1.2.1

31 Oct 18:39

Choose a tag to compare

🐞 Bug Fixes

  • Fixed typos in the InstanceCreationFailedException

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

30 May 12:55

Choose a tag to compare

🌟 Whats new?

  • Adds License-Information and File to the NuGet-Packages

Get it on nuget.org or via GitHub-Packages

Version 1.1.0

04 Apr 19:58

Choose a tag to compare

🌟 Whats new?

  • Adds new ArrangeContext<T>.Create() static Methods

Get it on nuget.org or via GitHub-Packages

Version 1.0.0

04 Apr 19:57

Choose a tag to compare

⌨️ Codebase Improvements

  • Redoes the Extension-Method approach which wasn't very ideal. Usage-wise nothing changed

Get it on nuget.org or via GitHub-Packages

Version 0.1.1

04 Apr 19:56

Choose a tag to compare

🌟 Whats new?

  • Value-Types are now automatically instantiated as well

Get it on nuget.org or via GitHub-Packages

Version 0.1.0 - First Implementation

04 Apr 19:53

Choose a tag to compare

🌟 Whats new?

  • This is the Release for the first implementation of Arrange.Context.

Get it on nuget.org or via GitHub-Packages