Breaking Changes in PostSharp 6.4 |
This release contains the following breaking changes:
The LocationInterceptionAspect.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.