Cauldron.Cecilator
3.0.13-beta
See the version list below for details.
dotnet add package Cauldron.Cecilator --version 3.0.13-beta
NuGet\Install-Package Cauldron.Cecilator -Version 3.0.13-beta
<PackageReference Include="Cauldron.Cecilator" Version="3.0.13-beta" />
<PackageVersion Include="Cauldron.Cecilator" Version="3.0.13-beta" />
<PackageReference Include="Cauldron.Cecilator" />
paket add Cauldron.Cecilator --version 3.0.13-beta
#r "nuget: Cauldron.Cecilator, 3.0.13-beta"
#:package Cauldron.Cecilator@3.0.13-beta
#addin nuget:?package=Cauldron.Cecilator&version=3.0.13-beta&prerelease
#tool nuget:?package=Cauldron.Cecilator&version=3.0.13-beta&prerelease
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 | Versions 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. |
-
- Fody (>= 3.0.3)
- FodyHelpers (>= 3.0.3)
- Mono.Cecil (>= 0.10.0)
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,329 | 10/29/2018 |
| 3.2.2 | 1,060 | 10/16/2018 |
| 3.2.1 | 1,050 | 10/2/2018 |
| 3.2.0 | 1,059 | 9/28/2018 |
| 3.0.22 | 1,538 | 6/4/2018 |
| 3.0.21 | 1,469 | 6/4/2018 |
| 3.0.20 | 1,459 | 6/3/2018 |
| 3.0.19 | 1,470 | 6/1/2018 |
| 3.0.18 | 1,519 | 5/23/2018 |
| 3.0.17 | 1,472 | 5/21/2018 |
| 3.0.16 | 1,486 | 5/19/2018 |
| 3.0.15-beta | 1,435 | 5/16/2018 |
| 3.0.14 | 2,464 | 5/15/2018 |
| 3.0.13-beta | 1,364 | 5/10/2018 |
| 3.0.12-beta | 1,356 | 5/10/2018 |
| 3.0.11-beta | 1,117 | 5/10/2018 |
| 3.0.10-beta | 1,355 | 5/9/2018 |
| 3.0.9-beta | 1,422 | 5/5/2018 |
| 3.0.8-beta | 1,444 | 5/4/2018 |
| 3.0.7-beta | 1,444 | 5/4/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.