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've just released Metalama 0.5.77-preview with the following improvements:
The global tool metalama-config has been renamed metalama. It has been migrated from System.CommandLineSpectre.Console.Cli to and the commands have slightly changed.
New API IFieldOrProperty.InitializerExpression returns the right side of the = sign of a field or property. You can cast the value to an ISourceExpression and then use ISourceExpression.AsString or ISourceExpression.AsTypedConstant to get the value assigned to the field or property.
New API IField.ConstantValue returns the value of a const field.
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've just released Metalama 0.5.77-preview with the following improvements:
The global tool
metalama-config
has been renamedmetalama
. It has been migrated fromSystem.CommandLine
Spectre.Console.Cli
to and the commands have slightly changed.New API
IFieldOrProperty.InitializerExpression
returns the right side of the=
sign of a field or property. You can cast the value to anISourceExpression
and then useISourceExpression.AsString
orISourceExpression.AsTypedConstant
to get the value assigned to the field or property.New API
IField.ConstantValue
returns the value of aconst
field.Beta Was this translation helpful? Give feedback.
All reactions