issues
search
mrpmorris
/
Morris.Moxy
Moxy - Mixins code generator for C#
MIT License
115
stars
7
forks
source link
Release/1.8
#42
Closed
mrpmorris
closed
1 year ago
mrpmorris
commented
1 year ago
When
ImplicitUsings
is disabled for a project, the attribute for a MixIn won't compile
Fixes #36
.
No need to copy the target class's
using
clauses into the generated code
Fixes #38
.
typeof() variables should have Name and FullName properties
Fixes #40
.
ImplicitUsings
is disabled for a project, the attribute for a MixIn won't compile Fixes #36.using
clauses into the generated code Fixes #38.