Cauldron icon indicating copy to clipboard operation
Cauldron copied to clipboard

C# Toolkit

Results 24 Cauldron issues
Sort by recently updated
recently updated
newest added

Hello Everyone I Have Problem With `IMethodInterceptor.OnException` I Use Cauldron.Interception version 3.2.3 with this code ``` [InterceptorOptions(AlwaysCreateNewInstance = true)] [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public class ExceptionInterceptorAttribute :...

There are two problems with interseption async methods in generic classes. The first - the missed generic argument in the state machine's field, the second - the empty names of...

Hey, I have a doubt regarding how Fody chooses which version of the weaver to use. Let's say, there is a solution having multiple projects, each using different version of...

I used VS for mac to build a custom interception project then I got this error Fody/Cauldron.Interception: Cauldron Interception v3.0.0.35 Fody/Cauldron.Interception: ----- Implementing decorator interceptors took 12.0541ms ----- Fody/Cauldron.Interception: Compiling...

enhancement

Switch to the Wiki on GitHub and try several links in the TOC. Most of them are broken,

bug

The next version of Cauldron.Interception will support "scripted" interceptors which relies heavily on Cecillator. It would be great if someone is interested in documenting Cecillator. **Cecillator is a wrapper for...

help wanted