| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-08 | 1.0 kB | |
| v6.1.0 source code.tar.gz | 2026-08-08 | 499.0 kB | |
| v6.1.0 source code.zip | 2026-08-08 | 731.7 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
NSubstitute v6.1.0
This release reverts nullability support introduced in 6.0. This change caused a number of problems for callers (#973, [#976]), and trying to resolve these (#976) revealed the need for more fundamental changes to NSubstitute to effectively support this. As a result, nullability is again disabled for public API. Huge thanks to @jdb0123, @Romfos, and @Moha-sami for their PRs addressing this, and thanks for all those who raised issues. We also humbly award @zvirja with one unlimited "I told you so" pass to use as he sees fit.
What's Changed
- Add new argument matcher for comparing objects by reference by @Wer-Wolf in https://github.com/nsubstitute/NSubstitute/pull/963
- Revert nullability changes in https://github.com/nsubstitute/NSubstitute/pull/985
New Contributors
- @Wer-Wolf made their first contribution in https://github.com/nsubstitute/NSubstitute/pull/963
Full Changelog: https://github.com/nsubstitute/NSubstitute/compare/v6.0.0...v6.1.0