Issues
- 0
Intercept any call to a generic method when using Arg.AnyType as a generic argument
#854 opened by JMolenkamp - 0
When seting up a return values with a conrete type that implements generic interface multiple times, the order in which the interfaces are specified is important
#853 opened by rholek - 2
- 2
Issue with .ToListAsync()
#852 opened by ShadyManu - 2
NSubstitute 6.0.0 roadmap proposal
#830 opened by Romfos - 0
IEnumerable<T> Argument Matchers behave incorrectly when T is an enum and the argument is a casted array
#847 opened by uflowie - 9
- 2
Mark Substitute.For<T> method as Pure
#842 opened by Dzliera - 8
Improve output for expected argument for custom argument matchers on non-match or make it customizable
#796 opened by rbeurskens - 8
- 1
Received.InOrder does not verify property getters
#839 opened by RobSwDev - 3
Allow callbacks (Do/Does) before Returns
#833 opened by Jason31569 - 0
Support call forwarding to a provided instance for types it implements that are also included in substitute being created.
#841 opened by rbeurskens - 4
- 4
GetArguments is returning the latest call for all calls if we're using the same reference type
#815 opened by hartmark - 3
Clear configured call
#821 opened by velvolue - 1
Proposal: Change Arg.Is(Expression<Predicate<T>>) to Arg.Is(Predicate<T>)
#822 opened by ThomasBleijendaal - 1
- 8
- 3
The object is returned the second time
#832 opened by IlyaZanegin - 2
- 9
Need to release 5.2.0
#793 opened by Romfos - 4
- 0
- 1
- 0
Argument matchers fail if null passed in to an out parameter of a generic derived type
#828 opened by cory-hrh - 9
Open issues that could be closed?
#798 opened by 304NotModified - 2
NSubstitute.Exceptions.SubstituteInternalException
#784 opened by Allann - 2
- 0
- 1
- 3
Precompile error during Received assertion
#824 opened by InteXX - 2
Received calls method a second time.
#820 opened by MarkLFT - 2
Uncommented code causes unrelated test to pass (NSubstitute version: 4.18.1)
#817 opened by serge-rsvz-inasti - 4
- 2
- 4
- 1
- 1
Unable to match arguments whose type is generic, when their concrete type is not known
#786 opened by GianvitoDifilippo - 3
Provide more intuitive methods
#782 opened by BenjaminAbt - 0
How to argument match the generic parameter of a Func<T> with generic constraints?
#767 opened by cado1982 - 0
Provide a way to pass null for custom event args so that Raise.EventWith can be used to raise events for custom event args without a default constructor
#788 opened by zhitchcock77 - 3
I'm receiving NSubstitute.Exceptions.NotASubstituteException when I shouldn't
#790 opened by 317jamtay317 - 2
- 2
IMemoryCache TryGetValue mocking not working
#785 opened by MasonFI - 2
- 4
- 4
- 2
- 2
Arg.Is<object[]> is not working as expected
#770 opened by IeuanWalker