This is a hypothetical question regarding the use of PostSharp.
I presume that if the PostSharp portion of the build were to be missed for any reason the attributes would be ignored and the built assemblies could still run. If I implemented security with aspects this would be a big problem.
How can I confirm at runtime that the PostSharp stage of the build happened and that my aspects are in the assemblies?