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 have just released Metalama 2024.2.19, based on 2024.2.18, plus the following bug fixes:
Fixed
Fixed: Code fixes: "Apply to all" throws NotSupportedException.
Fixed: Code fixes: suggesting a code fix from a fabric results in a "the code fix cannot be found" error.
Fixed: Preview Diff: Changes in csproj configuration do not invalidate the cache.
Fixed: Metalama CLI tool: --verbose flag does not work.
Fixed: LamaDebug build configuration does not define the usual defaults for a Debug configuration.
Fixed: At design time, when the code is invalid, an AssertionFailedException can be thrown while resolving a Ref.
Fixed: Logging may be always disabled on timezones with more than two hours of delay to UTC.
Fixed: Architecture: the granularity of predicates on the left hand of Or() or And() is ignored.
Fixed: Race when updating configuration from several processes.
Enhanced
Telemetry: add timestamp and version to log.
Error logging of errors is now always enabled.
Breaking changes
In Metalama.Extensions.Architecture, the ReferencePredicate.Granularity property is no longer abstract. You must override the ReferencePredicate.GetGranularity method instead.
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 have just released Metalama 2024.2.19, based on 2024.2.18, plus the following bug fixes:
Fixed
--verbose
flag does not work.LamaDebug
build configuration does not define the usual defaults for a Debug configuration.Or()
orAnd()
is ignored.Enhanced
Breaking changes
Metalama.Extensions.Architecture
, theReferencePredicate.Granularity
property is no longerabstract
. You must override theReferencePredicate.GetGranularity
method instead.Beta Was this translation helpful? Give feedback.
All reactions