Cauldron.BasicInterceptors 3.0.21

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cauldron.BasicInterceptors --version 3.0.21
NuGet\Install-Package Cauldron.BasicInterceptors -Version 3.0.21
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.0.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cauldron.BasicInterceptors --version 3.0.21
#r "nuget: Cauldron.BasicInterceptors, 3.0.21"
#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.0.21

// Install Cauldron.BasicInterceptors as a Cake Tool
#tool nuget:?package=Cauldron.BasicInterceptors&version=3.0.21

Custom interceptors for Cauldron.Interception.Fody that provides method, property, field and constructor interception.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 31,197 10/29/2018
3.2.2 22,373 10/16/2018
3.2.1 2,895 10/2/2018
3.2.0 4,005 9/28/2018
3.0.34-beta 917 9/10/2018
3.0.33 7,913 8/2/2018
3.0.32 837 8/1/2018
3.0.31 1,012 7/2/2018
3.0.30 900 7/1/2018
3.0.29 1,011 6/23/2018
3.0.28 1,060 6/15/2018
3.0.27 951 6/13/2018
3.0.26 948 6/12/2018
3.0.25 961 6/7/2018
3.0.24 931 6/7/2018
3.0.23 962 6/6/2018
3.0.22 954 6/4/2018
3.0.21 901 6/4/2018
3.0.20 923 6/3/2018
3.0.19 938 6/1/2018
3.0.18 5,261 5/23/2018
3.0.17 4,274 5/21/2018
3.0.16 4,350 5/19/2018
3.0.15-beta 792 5/16/2018
3.0.14 4,472 5/15/2018
3.0.13-beta 4,092 5/10/2018
3.0.12-beta 3,405 5/10/2018
3.0.11-beta 3,519 5/10/2018
3.0.10-beta 3,562 5/9/2018
3.0.9-beta 3,559 5/5/2018
3.0.8-beta 3,565 5/4/2018
3.0.7-beta 3,681 5/4/2018
3.0.6-beta 3,589 5/2/2018
3.0.5-beta 3,675 5/2/2018
3.0.4-beta 3,486 4/26/2018
3.0.3-beta 3,597 4/25/2018

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