Cauldron.BasicInterceptors
3.2.3
dotnet add package Cauldron.BasicInterceptors --version 3.2.3
NuGet\Install-Package Cauldron.BasicInterceptors -Version 3.2.3
<PackageReference Include="Cauldron.BasicInterceptors" Version="3.2.3" />
paket add Cauldron.BasicInterceptors --version 3.2.3
#r "nuget: Cauldron.BasicInterceptors, 3.2.3"
// Install Cauldron.BasicInterceptors as a Cake Addin #addin nuget:?package=Cauldron.BasicInterceptors&version=3.2.3 // Install Cauldron.BasicInterceptors as a Cake Tool #tool nuget:?package=Cauldron.BasicInterceptors&version=3.2.3
Custom interceptors for Cauldron.Interception.Fody that provides method, property, field and constructor interception.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Cauldron.Interception.Fody (>= 3.2.3)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Cauldron.BasicInterceptors:
Package | Downloads |
---|---|
Capgemini.Cauldron.Win32.WPF
A simple MVVM framework that heavily uses IL-weaving based on Fody. |
|
Capgemini.Cauldron.Win32.WPF.Theme.VSDark
Visual Studio dark theme for Cauldron WPF |
|
Capgemini.Cauldron.Win32.WPF.Theme.VSLight
Visual Studio dark theme for Cauldron WPF |
|
Capgemini.Cauldron.Interceptors
A collection of interceptor implementations. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information. |
|
Fluorine.CommonHelpers
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.3 | 34,172 | 10/29/2018 |
3.2.2 | 22,721 | 10/16/2018 |
3.2.1 | 3,214 | 10/2/2018 |
3.2.0 | 4,299 | 9/28/2018 |
3.0.34-beta | 942 | 9/10/2018 |
3.0.33 | 7,959 | 8/2/2018 |
3.0.32 | 867 | 8/1/2018 |
3.0.31 | 1,033 | 7/2/2018 |
3.0.30 | 935 | 7/1/2018 |
3.0.29 | 1,052 | 6/23/2018 |
3.0.28 | 1,106 | 6/15/2018 |
3.0.27 | 989 | 6/13/2018 |
3.0.26 | 979 | 6/12/2018 |
3.0.25 | 985 | 6/7/2018 |
3.0.24 | 961 | 6/7/2018 |
3.0.23 | 1,010 | 6/6/2018 |
3.0.22 | 984 | 6/4/2018 |
3.0.21 | 943 | 6/4/2018 |
3.0.20 | 958 | 6/3/2018 |
3.0.19 | 972 | 6/1/2018 |
3.0.18 | 5,761 | 5/23/2018 |
3.0.17 | 4,744 | 5/21/2018 |
3.0.16 | 4,818 | 5/19/2018 |
3.0.15-beta | 806 | 5/16/2018 |
3.0.14 | 4,988 | 5/15/2018 |
3.0.13-beta | 6,437 | 5/10/2018 |
3.0.12-beta | 3,889 | 5/10/2018 |
3.0.11-beta | 4,011 | 5/10/2018 |
3.0.10-beta | 4,001 | 5/9/2018 |
3.0.9-beta | 4,021 | 5/5/2018 |
3.0.8-beta | 3,992 | 5/4/2018 |
3.0.7-beta | 4,107 | 5/4/2018 |
3.0.6-beta | 4,075 | 5/2/2018 |
3.0.5-beta | 4,136 | 5/2/2018 |
3.0.4-beta | 3,922 | 4/26/2018 |
3.0.3-beta | 4,090 | 4/25/2018 |
2018.10.16 - [B] Async method interception with multiple awaits fixed
2018.08.02 - [B] Multiple execution of OnEnter on async methods bug is fixed
2018.08.01 - [B] GetParametersArray was still broken - not fixed
2018.06.18 - [B] GetParametersArray was broken
2018.06.02 - [A] contentFiles entry in nuget added.
2018.05.18 - [A] InterceptorOptionAttribute added.
2018.05.15 - [A] Interceptors in abstract class for methods and properties are now possible.
2018.05.15 - [B] Due to changes in cecilator the method weaver has to be fixed also
2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added
2018.04.23 - [A] Dlls added for Net451, Net452, Net461 and Net462
2018.04.23 - [A] First version