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
⭐ New custom attribute EditorBehaviorAttribute that allows you to customize the behavior of aspects in the code refactoring menu. ⚠️ It replaces [LiveTemplate]. With this new attribute you can:
show/hide the refactoring action "add the aspect as attribute"
show/hide the refactoring action "apply as live template"
customize the title of these refactoring actions. Use the pipe (|) for submenus.
🐞 Fixed: Inconsistent compile-time code version gets cached because hashing ignores mandatory tokens and they may be missing while editing (weird errors after typing a ; in an aspect for instance)
🐞 Fixed: Template compilation fails: invalid code generation for typeof in a compile-time expression of a template.
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
-
Just released 0.5.71-preview with the following changes:
⭐ Eligibility: new methods MustHaveAspectOfType and MustHaveNotAspectOfType allow you to express the eligibility of an aspect with respect to other aspects.
⭐ New custom attribute EditorBehaviorAttribute that allows you to customize the behavior of aspects in the code refactoring menu.⚠️ It replaces
[LiveTemplate]
. With this new attribute you can:|
) for submenus.🐞 Fixed: Inconsistent compile-time code version gets cached because hashing ignores mandatory tokens and they may be missing while editing (weird errors after typing a
;
in an aspect for instance)🐞 Fixed: Template compilation fails: invalid code generation for
typeof
in a compile-time expression of a template.Beta Was this translation helpful? Give feedback.
All reactions