Add support for dynamic assemblies/PowerShell
bdonnahue opened this issue · 0 comments
bdonnahue commented
I would like to use Smocks from powershell. The problem I have is that Smocks throws an error if a method is not defined in a class or the method.DeclaringType is null. Would there be a way to make it work? I would be happy to take a shot a the implementation if I could be pointed in the right direction.