Cauldron.Cecilator 3.0.10-beta

This is a prerelease version of Cauldron.Cecilator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cauldron.Cecilator --version 3.0.10-beta
                    
NuGet\Install-Package Cauldron.Cecilator -Version 3.0.10-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cauldron.Cecilator" Version="3.0.10-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cauldron.Cecilator" Version="3.0.10-beta" />
                    
Directory.Packages.props
<PackageReference Include="Cauldron.Cecilator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cauldron.Cecilator --version 3.0.10-beta
                    
#r "nuget: Cauldron.Cecilator, 3.0.10-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Cauldron.Cecilator&version=3.0.10-beta&prerelease
                    
Install Cauldron.Cecilator as a Cake Addin
#tool nuget:?package=Cauldron.Cecilator&version=3.0.10-beta&prerelease
                    
Install Cauldron.Cecilator as a Cake Tool

A Fody/Mono.Cecil wrapper that provides most basic IL code weaving helpers.
     INFO: If someone out there that is interested in implementing a FetLang scripting support for this, you are very welcome in doing so.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.2.3 1,071 10/29/2018
3.2.2 846 10/16/2018
3.2.1 847 10/2/2018
3.2.0 857 9/28/2018
3.0.22 1,085 6/4/2018
3.0.21 1,040 6/4/2018
3.0.20 1,038 6/3/2018
3.0.19 1,049 6/1/2018
3.0.18 1,089 5/23/2018
3.0.17 1,028 5/21/2018
3.0.16 1,061 5/19/2018
3.0.15-beta 1,002 5/16/2018
3.0.14 2,027 5/15/2018
3.0.13-beta 923 5/10/2018
3.0.12-beta 945 5/10/2018
3.0.11-beta 793 5/10/2018
3.0.10-beta 919 5/9/2018
3.0.9-beta 991 5/5/2018
3.0.8-beta 988 5/4/2018
3.0.7-beta 1,014 5/4/2018
3.0.6-beta 888 5/2/2018
3.0.5-beta 1,020 5/2/2018
3.0.4-beta 945 4/26/2018
3.0.3-beta 910 4/25/2018

2018.05.02 - [B] Fixed bugs in weaving methods with generic parameters
     2018.05.02 - [B] Fixed bugs in weaving async methods
     2018.05.02 - [B] A bug in cecilator that causes arrays parameter to be not correctly weaved fixed
     2018.04.11 - [C] Fody version 3.0.0 update and minor bug fixes.