Replies: 1 comment
-
Visual Studio Tools for Metalama and PostSharp are available 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 released Metalama 2025.0.2-preview, based on 2025.0.1-preview and 2024.2.27.
New
ToDisplayString
implemented for introduced declarations.Foo
is introduced, you can now use typesList<Foo>
,Foo<int>
,Foo[]
, and so on.Improved
ToString
overrides made consistent.@Repeat(<int>)
and@RandomSeed(<int>)
to help reproducing random issues.Breaking Changes
IExpression
no longer works. A call ofExpressionFactory.Capture(..)
is required instead.Fixed
Beta Was this translation helpful? Give feedback.
All reactions