|
|
|
Community Member
|
|
Hi Guys
I have a quick questions. Is there a way to weaving a custom built aspect into the existing compiled DLL. In other words, I don't have access to the source and/or build process, but what to intercept all methods calls.
Thanks
Simon
|
|
|
|
|
Gael Fraiteur
SharpCrafters
|
|
It's possible, but not as easily.
Basically, you should write a PostSharp plug-in to provide your aspects, include your plug-in in a PostSharp project, and process the third assembly using that PostSharp project (instead of the default one, Default.psproj). So it's a matter of days of work, not of hours.
|
|
|
|