Releases: kentcb/PCLMock
Releases · kentcb/PCLMock
v4.0.0
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
- #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
- fixed target framework monikers (TFMs) for Xamarin
v3.1.0
- Updated to Roslyn v1, which includes the necessary bug fixes to fix code generation (C# only - VB code generation is still broken)
v1.0.1
- #6 : Fixed bug running under mono where expressions are not correctly interpreted
v1.0.0
- #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
- #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