PostSharp gives this error:
PostSharp: Cannot apply an OnMethodInvocation aspect (...) with target-site weaving on the abstract or external method "...". Consider excluding the aspect from this method or use call-site weaving.
Suggested call-site weaving is not an appropriate solution for me. Is there any way to add pre/post processing for the abstract method?