Found 18 packages
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Adds support for interception to Ninject using Castle Dynamic Proxy 2
The dynamic proxy integration enables method calls on Autofac components to be intercepted by other components. Common use cases are transaction handling, logging, and declarative security.
Autofac DynamicProxy2
Castle Core, including DynamicProxy(with limited logging), Logging Abstractions and DictionaryAdapter
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
This library makes it possible to leverage all features of Yoctopuce devices from any environment supporting dynamic loading of .NET Assemblies, like for instance MATLAB, WINDEV or Microsoft PowerShell. Supported platforms: - .NET Framework 4.5+ - .NET Standard 2.0+ - .NET Core 2.0+
(PMExtra修改版本,主要是处理了同步方法ReturnValue设置无效的问题)AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Provides an all-prupose caching service with Autofac AOP configuration extensions.
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Simple, Fast and reliable Dynamic Proxy for ASP.NET Core 2.0 and later
Maps 2 interfaces to each other using dynamic proxy generation
SimplyAOP is a .NET library (.NET Standard 2.0+) which allows to use AOP concepts in a simple and straightforward way. It doesn't use dynamic proxy to accomplish that. Instead the AOP target must invoke a specific method (Advice(...)) on the AspectWeaver to allow for aspects to kick in. So SimplyAOP doesn't need to create the instance of the target class so it can be used were instance creation is handled externally (for example by WCF).
Contains the following DLLs: - Castle.Core.dll (1.2.0.6623) - Castle.DynamicProxy2.dll (2.2.0.6628) - Castle.MicroKernel.dll (2.1.0.6655) - Castle.Windsor.dll (2.1.0.6655) - CommonServiceLocator.WindsorAdapter.dll (1.0.0.0) - MvcContrib.Castle.dll (2.0.36.00) - NHibernate.ByteCode.Castle.dll (2.1.2.4000)
Simple Aspect-Oriented Programming(AOP) approach to logging of C# classes and methods, using AspectCore.DynamicProxy to intercept method calls and integrates with Microsoft.Extensions.Logging. It automatically logs nested exceptions and propagates them by default. The standard logging info is formatted as follow >InvocationGuid: [f5c7e3c2-0d4f-45e8-9a2d-123456789abc] MyApp.Services.OrderService.CreateOrder Start > >InvocationGuid: [f5c7e3c2-0d4f-45e8-9a2d-123456789abc] MyApp.Services.OrderService.CreateOrder Param firstParam: "" > >InvocationGuid: [f5c7e3c2-0d4f-45e8-9a2d-123456789abc] MyApp.Services.OrderService.CreateOrder End
ExcavatorSharp is a multi-threaded server for scraping web data. It converts HTML code into a structured array of data. The library allows data scraping from multiple sites in parallel mode, within a single running application. Create scraping tasks and perform data extraction on a schedule. The library is designed for professional extraction and parsing of large volumes of data. Under the hood there are .css-selectors and xpath support, data export into .csv/.xlsx/.sql/.json, online data export, support for proxy servers, dynamic content crawling, interaction with the site via javascript and much more. The library uses .NET Sockets and Chromium Embedded Framework. The library can be used separately as crawler or parser. We support the formats sitemap.xml and robots.txt. We support the gzip / deflate compression. Attention! Only x64 versions are supported for .NET 4.5.2 and 4.6 platforms. AnyCPU build does not support! You will NOT be able to run the library when building AnyCPU. This is caused by the features of CEF.