All Versions
107
Latest Version
Avg Release Cycle
40 days
Latest Release
824 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v4.7.49 Changes
June 18, 2017🛠 Fixed
- 🛠 Fix incorrect Castle.Core package reference in NuGet package specification (@stakx, #379)
-
v4.7.46 Changes
June 18, 2017🔄 Changed
- 0️⃣ Extend
EmptyDefaultValueProvider
so it understands multidimensional arrays (return empty multidimensional arrays instead ofnull
) (@stakx, #360) - ⚡️ Update package reference to
Castle.Core
(DynamicProxy) from version 4.0.0 to 4.1.0, updateSystem
andMicrosoft
packages from versions 4.0.1 to 4.3.0 (@stakx, #369) - Clean up and reduce usage of conditional compilation (
#if
) (@stakx, #378)
🛠 Fixed
- 🤡 Ensure default mock names are (more) unique (@stakx, #359)
- 👉 Make
It.IsAny
,It.IsNotNull
work for COM types (@stakx, #361) - 🛠 Fix equality check bug in
ExpressionKey
which meant Moq would sometimes ignore exact argument order in setups (@kostadinmarinov, #135; @stakx, #363) - Ensure incorrect implementations of
ISerializable
are caught properly (@stakx, #370) - 🚚 Make event accessor recognition logic more correct (don't just rely on
add_
orremove_
name prefixes) (@stakx, #376)
- 0️⃣ Extend
-
v4.7.25 Changes
June 03, 2017➕ Added
- ➕ Add new
setup.ReturnsAsync
andsetup.ThrowsAsync
overloads allowing you to specify a delay (@jochenz, #289)
🔄 Changed
- Migrate .NET Core project to the new
.csproj
format (@jeremymeng, #336)
- ➕ Add new
-
v4.7.12 Changes
May 30, 2017🛠 Fixed
- ➕ Add overload in
mock.Protected()
setups to enforce the old behavior of exact parameter matching (new behavior fails for specific overloads) (@80er, #347)
- ➕ Add overload in
-
v4.7.11 Changes
May 30, 2017📚 Minor change only (fix typo in documentation)
-
v4.7.10 Changes
May 10, 2017📇 Minor change only (update project URL in NuGet package metadata)
-
v4.7.9 Changes
April 29, 2017Minor change only (add download badge to
README.md
) -
v4.7.8 Changes
March 26, 2017📇 Minor change only (update license URL in NuGet package metadata)
-
v4.7.7 Changes
March 25, 2017🛠 Fixed
- 👍 Allow setting up of protected methods with nullable parameters (@RobSiklos, #200)
- 🛠 Fix incorrect code example in XML documentation comment for
Mock.Verify
(@jcockhren, #333) - 🛠 Fix bug in
HasMatchingParameterTypes
which causedProtected().Verify
to reject valid mocks (@jeremymeng, #335)
-
v4.7.1 Changes
February 28, 2017📚 Minor change only (fix typo in documentation)