Often a precondition of a property is that the value set is non null and therefore the property should throw an ArgumentNullExtension. Would be good to switch this checking on at class level. Also ...
Hello, Thanks for a great tool and a great idea. The only thing I really miss is being able to use the library in a strongly signed test projects. Would it be possible for you to include this in t...
Comparing randomly genrated values is great for detecting bugs where a public property uses the wrong private field. Another test that would also be very useful is to compare all the properties of ...
The Assembly tester currently allows to exclude an entire namespace or an entire class but it would be great to also be able to exclude a specific property of a specific class. For example: [code]...
Currently, because the AssemblyTester aggregates errors there it can be difficult to trace back what went wrong and there is no callstack
Change the way the TypeFactory is referenced to make it pluggable and extendable so I can provide my own TypeFactory or extend the existing one.
Make the TypeFactory support types with non default constructors by using the TypeFactory to create the types required by the constructor.
Use a mock repository to add support for abstract types (abstract classes and interfaces) to the TypeFactory