Skip to content

Releases: kentcb/PCLMock

v4.0.0

31 Jan 04:52
Compare
Choose a tag to compare

NOTE: this is a breaking release!

  • removed "Kent.Boogaart." from all namespaces
  • removed "Kent.Boogaart." from NuGet package names
  • upgraded dependencies
  • small documentation improvements

v3.1.2

19 Sep 04:45
Compare
Choose a tag to compare
  • #14 : Fixed bug in code generator where lambda parameter name conflict with method argument name
  • #16 : Fixed bug in code generator where comments in the interface filters XML element could cause an exception whilst parsing
  • #21 : Fixed bug in code generator where setters were being generated for indexer properties that were get-only

v3.1.1

26 Aug 04:11
Compare
Choose a tag to compare
  • fixed target framework monikers (TFMs) for Xamarin

v3.1.0

29 Jul 03:31
Compare
Choose a tag to compare
  • Updated to Roslyn v1, which includes the necessary bug fixes to fix code generation (C# only - VB code generation is still broken)

v3.0.0

30 Apr 10:54
Compare
Choose a tag to compare
  • Code generation support

v1.0.1

25 Jan 10:12
Compare
Choose a tag to compare
  • #6 : Fixed bug running under mono where expressions are not correctly interpreted

v1.0.0

14 Jan 03:31
Compare
Choose a tag to compare
  • #1 : It.Is() is not always implicit when it should be
  • #2 : Improved verification failure messages
  • #3 : Added a useful default exception message for WhenContinuation.Throw()
  • #4 : It.Matches() method, which allows filtering arguments based on a predicate
  • #5 : Greatly improved evaluation behavior

v1.0.0-alpha

14 Jan 00:23
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
  • #1 : It.Is() is not always implicit when it should be
  • #2 : Improved verification failure messages
  • #3 : Added a useful default exception message for WhenContinuation.Throw()
  • #4 : It.Matches() method, which allows filtering arguments based on a predicate
  • #5 : Greatly improved evaluation behavior