Releases: Thundernerd/Unity3D-NSubstitute
Releases · Thundernerd/Unity3D-NSubstitute
v5.1.0
View the original release notes here: https://github.com/nsubstitute/NSubstitute/releases/tag/v5.1.0
4.4.0
Thanks to @xoox for the auto reference fix
Thanks to @FreezyExp for the ILMerge tip
Full Changelog: nsubstitute/NSubstitute@v4.2.2...v4.4.0
4.2.2
Fixed bugs:
- Mocked out parameter value is stuck inspite of calling CallRouter.Clear(ClearOptions.All) #589
Closed issues:
- Is there a way to specify receive times for same function with different argument? #620
- DidNotReceive() and Received() results True if property is sring[] #618
- Substitute.ForPartsOf() usage -- or Alternative? #608
- Exceptions by NSubstitute affect the next test #605
- Calling .Returns with the return value of a previously-configured substitute results in default value instead #603
- Setting returnvalue to a substitute, previously configured in a AutoFixture.Register() call - throws CouldNotSetReturnDueToNoLastCallException #602
- Intermittent ArgumentNullException thrown in AutoTaskProvider #600
- Improve project structure (csproj) #593
- An unmocked method leaves its out parameter value untouched #590
- Can we have an aditonal overload of Received() #588
- Building on Mac/Linux with net45/net46 targets #335
Merged pull requests:
- Update rake to 13.0.1 #611 (dtchepak)
- Doc fixes #606 (dtchepak)
- Fix thread-safety issue in AutoValueProvidersFactory #601 (zvirja)
- Improve organization in csproj files #594 (joaopgrassi)
- Make dotnet build work without having NetFX installed #592 (joaopgrassi)