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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 | 9,197 | 5/3/2015 |