You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have just released Metalama 2024.2.6-preview, with all changes from 2024.1.19 and 2024.2.5-preview, plus the following:
New
Type introduction: introduce non-generic nested class.
Breaking changes
Relationships specified with AspectOrderAttribute are now applied to derived aspect classes by default. To revert to the previous behavior, set the AspectOrderAttribute.ApplyToDerivedTypes property to false.
Fixed
Aspect ordering: apply to derived types.
Telemetry: additional permanent log.
Read-only temporary files fail to get cleaned up on Windows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have just released Metalama 2024.2.6-preview, with all changes from 2024.1.19 and 2024.2.5-preview, plus the following:
New
Breaking changes
AspectOrderAttribute
are now applied to derived aspect classes by default. To revert to the previous behavior, set theAspectOrderAttribute.ApplyToDerivedTypes
property tofalse
.Fixed
Beta Was this translation helpful? Give feedback.
All reactions