My company is looking to standardize on an Isolation Framework. I was looking at MS Stubs (cause Moles seemed cool and I thought I would keep it in the same framework). However, Stubs is not quite ready for prime time yet (it is still a bit buggy in normal functionality).
So now I am looking at what else is out there. I have looked at Moq and Rhino mocks. While doing that, I came across the fabulous comparisons done by Richard Banks. In that he shows NSubstitute. I really like what I see there.
However, after having been burned a bit by MS Stubs, I don’t want to bet on an alpha/non-production ready Isolation Framework.
So, is NSubstitute ready for prime time? Or is it still a bit buggy?
There is a discussion about this on the official NSubstitute group.
The alpha tag was originally used to indicate that the API was still subject to change. The API has now stabilised, and most of the outstanding work for a 1.0 release is documentation. You can get an indication of some other planned work (for both v1 and v2; mostly planned features) from the issue log.
We have been using NSubstitute on a major project with a team of 6 developers and are very happy with it.
Note: I work on NSubstitute, so may be a tad biased. 🙂
UPDATE: NSubstitute 1.0 has been released.