Replies: 1 comment
-
I'm sorry we need to withdraw support for editing code on ARM64. There seems to be some significant problems. We will reintroduce it, hopefully, but probably after the RC. |
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
-
Metalama 0.5.81-preview has just been released.
New
Metalama.Extensions.Architecture
. It is now much more extensible than before.IAssembly.ReferencedAssemblies
.ReferenceValidator
abstract class).IConditionallyInheritableAspect
for aspects that may or may not be inheritable depending on a field or property of the aspect, typically set by the aspect user.Metalama.LinqPad
is now open source[^1]
and[x...y]
.Breaking changes
InheritedAttribute
has been renamedInheritableAttribute
.ILamaSerializable
has been renamedICompileTimeSerializable
.Fixes
dynamic
keyword is used in a template.[CallerMemberName]
would send the generated method name instead of the source method name.(due to a deployment issue, the documentation has not been released yet)
Beta Was this translation helpful? Give feedback.
All reactions