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 have just released Metalama 2024.0.3-preview, which includes all changes from 2024.0.2-preview plus the following:
New
Metalama.Compiler
: merge from Roslyn 4.8 RTM.Support for C# 12:
✔️ Default lambda parameters (since 2024.0.2-preview)
✔️ Inline arrays in run-time code (since 2024.0.2-preview)
✔️ Allow nameof to always access instance members from a static context (since 2024.0.2-preview)
✔️ Primary constructors (since 2024.0.2-preview)
✔️ Type aliases. (since 2024.0.2-preview)
✔️ Collection expressions (aka collection literals) like
[1,2,..array]
✔️
AppendParameter
advice (used in dependency injection scenarios) in primary constructors.✔️ Primary constructor parameters in initializer expressions.
Deterministic build of all Metalama assemblies.
Symbol packages are published for all Metalama NuGet packages to support debugging with source link.
Compile-time diagnostics deduplication. (Not supported in the user API at the moment.)
Aspect inheritance is allowed for all license types.
Fixed
init
setter on unsupported TFMs.Beta Was this translation helpful? Give feedback.
All reactions