SamerAdra
SamerAdra
Any workaround or previous version that doesn't have the issue?
Any update on the new implementation? I am getting this same exception when trying to use Pose in conjunction with Moq.
Count me as another vote for shimming of extension methods. I need this ability so I can test ASP.NET code that uses Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions such as the GetRequiredService() method. Really frustrating...
Is there any way to use Prig without the extension (1.x version, since that is all I can get from NuGet in VS2017)? Guessing the answer is no. :)
@acarlsen I am facing the same issue. Have you found any workaround such as a different Java library?