Cauldron.Cecilator
3.0.22
See the version list below for details.
dotnet add package Cauldron.Cecilator --version 3.0.22
NuGet\Install-Package Cauldron.Cecilator -Version 3.0.22
<PackageReference Include="Cauldron.Cecilator" Version="3.0.22" />
paket add Cauldron.Cecilator --version 3.0.22
#r "nuget: Cauldron.Cecilator, 3.0.22"
// Install Cauldron.Cecilator as a Cake Addin #addin nuget:?package=Cauldron.Cecilator&version=3.0.22 // Install Cauldron.Cecilator as a Cake Tool #tool nuget:?package=Cauldron.Cecilator&version=3.0.22
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,012 | 10/29/2018 |
3.2.2 | 795 | 10/16/2018 |
3.2.1 | 798 | 10/2/2018 |
3.2.0 | 809 | 9/28/2018 |
3.0.22 | 983 | 6/4/2018 |
3.0.21 | 940 | 6/4/2018 |
3.0.20 | 935 | 6/3/2018 |
3.0.19 | 946 | 6/1/2018 |
3.0.18 | 983 | 5/23/2018 |
3.0.17 | 924 | 5/21/2018 |
3.0.16 | 959 | 5/19/2018 |
3.0.15-beta | 899 | 5/16/2018 |
3.0.14 | 1,915 | 5/15/2018 |
3.0.13-beta | 819 | 5/10/2018 |
3.0.12-beta | 841 | 5/10/2018 |
3.0.11-beta | 726 | 5/10/2018 |
3.0.10-beta | 815 | 5/9/2018 |
3.0.9-beta | 887 | 5/5/2018 |
3.0.8-beta | 884 | 5/4/2018 |
3.0.7-beta | 910 | 5/4/2018 |
3.0.6-beta | 783 | 5/2/2018 |
3.0.5-beta | 914 | 5/2/2018 |
3.0.4-beta | 839 | 4/26/2018 |
3.0.3-beta | 806 | 4/25/2018 |
2018.06.04 - [B] "Member 'Cast' is declared in another module and needs to be imported" error fixed
2018.06.04 - [C] Async helper coder optimized
2018.05.28 - [B] Async Methods "this" reference fixed.
2018.05.28 - [B] Async Methods parameters are "optimized" away on release mode. The weaver now adds the parameters.
2018.05.26 - [C] JsonIgnoreAttribute is now not added to Cauldron generated fields.
2018.05.26 - [C] TypeSystem moved from BuilderType to the new class BuilderTypes
2018.05.26 - [B] Multiple bugs regarding resolving of generics fixed.
2018.05.21 - [B] Parameter array in async method not correctly weaved.
2018.05.21 - [B] Return value for async methods is not correctly detected in some cases. fixed.
2018.05.21 - [B] Bug fixed regarding weaving of async void methods.
2018.05.18 - [A] Added some support to more generic coding style.
2018.05.14 - [B] Fixed bugs in CopyMethod that causes the weaver to weave the wrong method in the call.
2018.05.14 - [B] Fixed bugs in weaving code into the Async State Machine MoveNext method
2018.05.12 - [B] Fixed bugs in weaving default values for generic parameters
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.