Lombiq / Lombiq-Orchard-Visual-Studio-Extension

Visual Studio extension to help our work at Lombiq (https://lombiq.com/), mainly with Orchard Core (and Orchard CMS) development.
13 stars 7 forks source link

Keep "Lazy" suffix in Lazy<T> injected dependency field names (VSIX-46) #10

Open Piedone opened 4 years ago

Piedone commented 4 years ago

Originally by @BenedekFarkas.

E.g. in case of Lazy<ILikeMarkBartha> the field name shouldn't be _lmbl but _lmbLazy (optionally Lazy<IDontLikeMarkBartha> :)).

Jira issue