Capgemini / Cauldron

C# Toolkit
MIT License
77 stars 18 forks source link

Add return value to IMethodInterceptor OnExit #62

Closed reflection-emit closed 6 years ago

reflection-emit commented 6 years ago

What the title says

antoniobaiao commented 6 years ago

@reflection-emit have you any prevision to release this functionality? Thanks

reflection-emit commented 6 years ago

Yes... This is actually a breaking change, because it will change the OnExit parameters. Because of that I was planing to implement this after my big „dependency cleaning“ task, where I will try to shrink Cauldron to 1 DLL per package.

But... If you say you need this feature, I can implement it this coming weekend and release beta packages for this.


Firma: Capgemini Deutschland GmbH Aufsichtsratsvorsitzender: Antonio Schnieder • Geschäftsführer: Dr. Michael Schulte (Sprecher) • Jost Förster • Dr. Peter Lempp • Dr. Volkmar Varnhagen

Amtsgericht Berlin-Charlottenburg, HRB 98814 This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

antoniobaiao commented 6 years ago

@reflection-emit Thanks for your answer, actually I'm doing some test concepts so I have no hurry to have these feature. But I'm happy to know that this new feature is coming up.

Great job

reflection-emit commented 6 years ago

Added in the latest version.
Add the following interface to your IMethodInterceptor: IMethodInterceptorOnExit