Skip to content

4.11.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@stakx stakx released this 30 Dec 12:02
· 742 commits to main since this release
bb1840c

This is a pre-release version.

Changed

  • Debug symbols (Moq.pdb) have moved into a separate NuGet symbol package (as per the current official guideline). If you want the Visual Studio debugger to step into Moq's source code, disable Just My Code, enable SourceLink, and configure NuGet's symbol server. (@stakx, #789)

Fixed

  • Regression: Unhelpful exception message when setting up an indexer with SetupProperty (@stakx, #823)