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 0.5.75-preview with the following improvements:
🐞Fixed: typeof(.) of compile-time type transformed into run-time typeof(.) instead of compile-time typeof(.).
🐞 Fixed: Aspect inheritance does not work on abstract methods.
⭐ Side-by-side versioning. We fixed several issues that happened when several versions of Metalama were loaded in the same process. This happened most of the time after package updates, but it could also happen if a solution contained several projects that targeted different versions of Metalama.
⚠️ You will still have errors after updating to this new build, so you still will need to restart VS and do metalama-config kill. Hopefully, the errors will be solved when updating from this build to a future one.
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 0.5.75-preview with the following improvements:
typeof(.)
of compile-time type transformed into run-timetypeof(.)
instead of compile-timetypeof(.)
.Aspect inheritance does not work on abstract methods
.metalama-config kill
. Hopefully, the errors will be solved when updating from this build to a future one.Beta Was this translation helpful? Give feedback.
All reactions