| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-11 | 1.1 kB | |
| v6.2.0 source code.tar.gz | 2026-08-11 | 493.3 kB | |
| v6.2.0 source code.zip | 2026-08-11 | 728.5 kB | |
| Totals: 3 Items | 1.2 MB | 1 | |
NSubstitute v6.2.0
This release improves generic call matching (#989, [#974], [#990]). Thanks to @zvirja and @JMolenkamp for fixes this. We've also switched to using trusted nuget publishing linked to GitHub Releases. (#987, @zvirja)
What's Changed
- Add trusted nuget publish by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/987
- fix: Stop using return-type assignability for generic call matching by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/989
- Remove skip-duplicate option from NuGet push command by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/988
- Add tag trigger for release pipeline by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/991
- Fix broken comparison of the generic methods by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/990
- Support C# 13 params collections in argument matching by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/993
- Add tests for nullable Task by @zvirja in https://github.com/nsubstitute/NSubstitute/pull/994
Full Changelog: https://github.com/nsubstitute/NSubstitute/compare/v6.1.0...v6.2.0