Add class's DeclaringTypeName and namespace to generated files' filenames Fixes #45 .
Add class's DeclaringTypeName to enable scripts to extend nested classes Fixes #44 .
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 .
Moxy stops generating code when @moxy header is malformed Fixes #33
Honour Roslyn ProductionContext.Cancellation.IsCancellationRequested
to improve performance
Do not output typeof()
in generated source when user has specified a type name as a mixin argument Fixes #28
Use object instead of string for variable values Fixes #30
Fixed IndexOutOfBoundsException when using attribute optional inputs Fixes #19
Static and aliased using clauses were not being output correctly Fixes #20
Allow mixins to be applied to structs Fixes #13
Rewritten to improve performance
Allow mixins to be applied to a class more than once Fixes #10
Ensure the built-in functions like regex are not null - Fixes #6
You can’t perform that action at this time.