How to add postprocessing step to AutoFixture for an object of a particular type after all it’s properties has been populated?
I use AutoFixture in my tests and need to generate an object with a particular rules.
AutoFixture: Using GreedyConstructorQuery and still set public properties?
If I configure AutoFixture to choose constructor greedy, properties with public setters are not set. Is it possible to use GreedyConstructorQuery and still have public properties being set automatically?