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
👉 New feature: override and introduce indexers (i.e. this[int index]).
👉 Published a new package Metalama.Testing.UnitTesting that can be used to unit-test compile-code against the code model. Reference documentation here and conceptual documentation to come.
⚠️ Renamed the package Metalama.TestFramework to Metalama.Testing.AspectTesting. You need to change all your package references!
Fixed a blocking random issue where Metalama.Compiler randomly fails loading Metalama.Framework when a solution contains projects referencing different Metalama versions.
Added details to crash reports of Metalama.Compiler.
Fixed a regression where compile-time code formatting failed (Metalama.Compiler package missed assemblies), making it impossible to use the LamaDebug feature.
Fixed: confusing error message LAMA0610 for expiring preview builds
Enabled nullability for user code on try.metalama.net.
Fixed: template parameters and tags could not be used on try.metalama.net.
A warning will now be reported if you are trying to use internal APIs of Metalama.Framework.Engine (you should not do it, we give no guarantee of any kind on this API).
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
-
0.5.67-preview released with:
this[int index]
).Metalama.Testing.UnitTesting
that can be used to unit-test compile-code against the code model. Reference documentation here and conceptual documentation to come.Metalama.TestFramework
toMetalama.Testing.AspectTesting
. You need to change all your package references!LamaDebug
feature.Beta Was this translation helpful? Give feedback.
All reactions