This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
Initial Beta
Pre-release
Pre-release
First beta release with all version 1 functionality:
Code Generator:
- Abstract Mixin Support
- Static Mixin Support
- Generic Mixin Support
- Sealed Mixin Support
- Nested Mixin Support
- Mixin is Private Nested within Target Support
- Mixin with Non Parameterless Constructor Support
- Can overload Mixed in virtual methods
- Virtual methods are preserved through inheritance
- Member Access is preserved through inheritance
- Mixin Masks support to prevent members from being mixed into Target
- DoNotMixin attribute to prevent members from being mixed into Target
Interceptors:
- Basic interceptor / AOP support
- Interceptor can short circuit member execution.
VS Package:
- Single File Code Generator
- On Build Code Generator
- On Save Code Generator