-
-
Notifications
You must be signed in to change notification settings - Fork 75
Moq v5 #1
Comments
With moq/moq.spikes@6a10327 done (which is great, btw), I assume you can also mark the Verify and/or Verifiable tasks done. Or what else did you have planned for these tasks? |
@marianor I'd love it if you could rebase on top of main and see how it's all working out for the Linq implementation 💯 |
Would it be possible to see mocks of sealed types and non-virtual methods? It could be done with an IL hooking mechanism such as |
@RealGoodAnthony won't happen, nope. Moq has always been about automating what you could already do by hand. Sealed and non-virtual interception is something you could never do by hand, so, highly unlikely to ever happen (I personally wouldn't spend a minute on it, TBH). |
Is there any timeline for Moq v5? I see this issue was opened in Apr 2017. |
I'm resuming work on it this year. Should be able to ship it, finally :) |
Pendings:
The text was updated successfully, but these errors were encountered: