Cilador.Fody
0.2.0
Requires NuGet 2.8 or higher.
dotnet add package Cilador.Fody --version 0.2.0
NuGet\Install-Package Cilador.Fody -Version 0.2.0
<PackageReference Include="Cilador.Fody" Version="0.2.0" />
paket add Cilador.Fody --version 0.2.0
#r "nuget: Cilador.Fody, 0.2.0"
// Install Cilador.Fody as a Cake Addin
#addin nuget:?package=Cilador.Fody&version=0.2.0
// Install Cilador.Fody as a Cake Tool
#tool nuget:?package=Cilador.Fody&version=0.2.0
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.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 8,819 | 5/3/2015 |