Releases: mrpmorris/Morris.Moxy
Releases · mrpmorris/Morris.Moxy
1.10
15 Apr 09:23
Compare
Sorry, something went wrong.
No results found
Add class's DeclaringTypeName and namespace to generated files' filenames Fixes #45 .
1.9
14 Apr 10:55
Compare
Sorry, something went wrong.
No results found
Add class's DeclaringTypeName to enable scripts to extend nested classes Fixes #44 .
1.8
22 Sep 14:10
Compare
Sorry, something went wrong.
No results found
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 .
1.7
05 Sep 11:18
Compare
Sorry, something went wrong.
No results found
Fix: Moxy stops generating code when @moxy header is malformed Fixes #33
1.6
24 Aug 12:02
Compare
Sorry, something went wrong.
No results found
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
1.5
23 May 15:23
Compare
Sorry, something went wrong.
No results found
Fixed IndexOutOfBoundsException when using attribute optional inputs Fixes #19
Static and aliased using clauses were not being output correctly Fixes #20
1.4
23 May 11:22
Compare
Sorry, something went wrong.
No results found
Allow mixins to be applied to structs Fixes #13
1.3.1
23 May 11:02
Compare
Sorry, something went wrong.
No results found
Rewritten for performance improvements.
1.2
28 Mar 14:06
Compare
Sorry, something went wrong.
No results found
Allow mixins to be applied to a class more than once Fixes #10
1.1
28 Feb 10:08
Compare
Sorry, something went wrong.
No results found
Ensure the built-in functions like regex are not null - Fixes #6