Skip to content

Releases: Thundernerd/Unity3D-NSubstitute

v5.1.0

28 Nov 08:43
449712b
Compare
Choose a tag to compare

4.4.0

22 Nov 19:31
Compare
Choose a tag to compare

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

14 Jul 19:54
f78892c
Compare
Choose a tag to compare

Full Changelog

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: