Philip Laureano
Philip Laureano
If you want to only tweak a few key areas, then the simplest approach would be to extract those key areas that need to be changed into a separate (and...
LinFu.Proxy is part of LinFu.AOP, so if you need to merge it, all you need to do is type "go aop" at the command line.
Try running PEVerify.exe on the modified ASP.NET MVC assembly. What does the PEVerify output look like?
Can you post the sample MVC project somewhere on Github so that I can take a look at it?
Hiro throws a ConstructorNotFoundException whenever a dependency is not found and this behavior is done by design. The reason why Hiro can't find a constructor on your sample Procedure delegate...
1) You can add support for delegates by adding an IImplementation implementation that specifically resolves a delegate using the the NextContainer property. The TransientType class was built to resolve non-delegate...