Replies: 1 comment
-
Metalama VSX is available for download here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've just released Metalama 2023.4.4-preview, which includes all fixes and enhancements from Metalama 2023.4.3-preview and Metalama 2023.3.8 in addition to the following changes.
Breaking changes
ContractAspect.Direction
property has become theContractAspect.GetDirection
method.IConditionallyInheritable.IsInheritable
property has become a method.New
INotifyPropertyChanged
interface.[Invariant]
and[SuspendInvariants]
.CachingOptions
:ArePreconditionsEnabled
,ArePostconditionsEnabled
,AreInvariantsEnabled
.[CacheKey]
aspect.Documented
Enhanced
ICompilation.Cache
to cache often-used declarations across aspect instances.IsRequired
's default value follows nullabiity of the target field.METALAMA_TEMP
to customize the location of Metalama temp directory.Fixed
Beta Was this translation helpful? Give feedback.
All reactions