Julian Verdurmen

Results 563 comments of Julian Verdurmen

I'm not sure if this is possible, but if it does it would be a great enhancement

I haven't tested NSubstitute locally with Castle.Core 5.2.1 yet. Maybe it isn't a runtime error with NSubstitute 5.3.0

I ran locally some tests (~600) without issues with Castle.Core 5.2.1 and NSubstitute 5.3.0. But be aware of the new bug: default interface implementations won't work anymore - see https://github.com/castleproject/Core/issues/684

@stakx could we have a fix or prerelease package of Castle.Core for this?

I think we have to add support for Spans to get this working. So I tag this a feature request

Unfortunately not. A PR is more than welcome

Where could we change these docs? I like to fix and close this

@Code-Grump why is this one closed? I don't see the docs?

The merged pr is related but not the same issue

> Need to ensure this does not conflict with the existing `WhenCalled When(this T substitute, Func substituteCall)` [overload](https://github.com/nsubstitute/NSubstitute/blob/d22b66a00f6de7f92575dfe977b2d36f1b4d0157/src/NSubstitute/SubstituteExtensions.cs#L307) of this method. I think it does as Task is a class....