AutoFixture
AutoFixture copied to clipboard
Easy constructor customization for NSubstitute class mocks
Currently it's very hard to customize which exact constructor overload to choose when substitute for the class is created. Rework the architecture to allow to customize that easy.
Suggestion: Introduce BareSubstituteRequest type to activate the mocks. We could later easily customize that via Customizations collection.