Info
Version: | 0.1.7.0 |
Last Update: | Saturday, November 1, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rileywhite/Bix.Mixers.Fody |
NuGet Url: | https://www.nuget.org/packages/Bix.Mixers.Fody |
Install
Install-Package Bix.Mixers.Fody
dotnet add package Bix.Mixers.Fody
paket add Bix.Mixers.Fody
Bix.Mixers.Fody Download (Unzip the "nupkg" after downloading)
Supports:
Mixins containing fields, methods, properties, events, and nested types.
Generics mixins and mixin members, so long as the top-level mixin implementation is closed.
(Members and nested types can be open.)
Public, private, protected, internal, and protected internal members.
Static members.
Custom attributes on members.
Virtual members.
Abstract nested types and abstract members within these nested types.
Generic nested types and generic members.
Parameterless constructors for mixin implementations.
Type initializers (i.e. static constructors) in mixin implementations
Unsupported:
Parameters on mixin implemenation constructors.
Unmanaged code calls (extern)
Security attributes
Mixins implementing multiple interfaces
Mixins with base types other than object
Value type mixins
Unhandled:
Naming collisions
Please consider this version of Bix.Mixers to be pre-release.