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.8-preview, with all changes from 2024.1.21 and 2024.2.7-preview, plus the following:
Breaking
Some compile-time methods have now been marked as template-only. Calling them from a non-template compile-time method will now report an error. The error message contains the safe non-template alternative, if any exists.
Fixed
VerifyNotNullableDeclarations should check protected types and members (& contract eligibility changes).
Cannot find type ImmutableArray in ImmutableArray<string>?.
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.8-preview, with all changes from 2024.1.21 and 2024.2.7-preview, plus the following:
Breaking
Fixed
VerifyNotNullableDeclarations
should check protected types and members (& contract eligibility changes).ImmutableArray
inImmutableArray<string>?
.Beta Was this translation helpful? Give feedback.
All reactions