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
github-actionsbot
changed the title
Keep "Lazy" suffix in Lazy<T> injected dependency field names
Keep "Lazy" suffix in Lazy<T> injected dependency field names (VSIX-46)
Sep 18, 2022
Originally by @BenedekFarkas.
E.g. in case of
Lazy<ILikeMarkBartha>
the field name shouldn't be_lmbl
but_lmbLazy
(optionallyLazy<IDontLikeMarkBartha>
:)).Jira issue
The text was updated successfully, but these errors were encountered: