Cauldron.BasicInterceptors 3.2.3

.NET Standard 2.0 .NET Framework 4.5
dotnet add package Cauldron.BasicInterceptors --version 3.2.3
NuGet\Install-Package Cauldron.BasicInterceptors -Version 3.2.3
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.BasicInterceptors" Version="3.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cauldron.BasicInterceptors --version 3.2.3
#r "nuget: Cauldron.BasicInterceptors, 3.2.3"
#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.
// 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
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 (1)

Showing the top 1 popular GitHub repositories that depend on Cauldron.BasicInterceptors:

Repository Stars
Arlodotexe/strix-music
It's your music. Play it your way.
Version Downloads Last updated
3.2.3 23,389 10/29/2018
3.2.2 20,314 10/16/2018
3.2.1 1,445 10/2/2018
3.2.0 2,545 9/28/2018
3.0.34-beta 837 9/10/2018
3.0.33 7,771 8/2/2018
3.0.32 729 8/1/2018
3.0.31 912 7/2/2018
3.0.30 787 7/1/2018
3.0.29 887 6/23/2018
3.0.28 922 6/15/2018
3.0.27 815 6/13/2018
3.0.26 830 6/12/2018
3.0.25 838 6/7/2018
3.0.24 806 6/7/2018
3.0.23 824 6/6/2018
3.0.22 835 6/4/2018
3.0.21 788 6/4/2018
3.0.20 803 6/3/2018
3.0.19 816 6/1/2018
3.0.18 2,724 5/23/2018
3.0.17 1,753 5/21/2018
3.0.16 1,811 5/19/2018
3.0.15-beta 723 5/16/2018
3.0.14 1,914 5/15/2018
3.0.13-beta 1,441 5/10/2018
3.0.12-beta 1,197 5/10/2018
3.0.11-beta 1,143 5/10/2018
3.0.10-beta 1,203 5/9/2018
3.0.9-beta 1,288 5/5/2018
3.0.8-beta 1,259 5/4/2018
3.0.7-beta 1,338 5/4/2018
3.0.6-beta 1,258 5/2/2018
3.0.5-beta 1,320 5/2/2018
3.0.4-beta 1,231 4/26/2018
3.0.3-beta 1,254 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