Cilador.Fody NuGet Package

Create your own custom, rich C# mixins with Cilador! Mixins are the perfect DRY solution for sharing code without abusing inheritance.

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 Cilador.Fody to be pre-release.




Got any Cilador.Fody Question?





Info

Version: 0.2.0
Author(s): Riley White
Last Update: Sunday, May 3, 2015
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/rileywhite/Cilador
NuGet Url: https://www.nuget.org/packages/Cilador.Fody


Install
Install-Package Cilador.Fody
dotnet add package Cilador.Fody
paket add Cilador.Fody
Cilador.Fody Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

2

days-since-last-release

3280