PostSharpIntroductionWhat's NewWhat's New in Post­Sharp 6.​4Breaking Changes in Post­Sharp 6.​4
Open sandboxFocusImprove this doc

Breaking Changes in PostSharp 6.4

LocationInterceptionAspect and initializers of static fields and properties

The OnSetValue(LocationInterceptionArgs) advice will now be invoked for initializers of static fields and properties. These assignments were previously ignored. The breaking change does not affect binaries that have already been compiled. It only affects new compilations.