Autofac.Extras.DynamicProxy
4.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Autofac.Extras.DynamicProxy --version 4.1.0
NuGet\Install-Package Autofac.Extras.DynamicProxy -Version 4.1.0
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.1.0" />
paket add Autofac.Extras.DynamicProxy --version 4.1.0
#r "nuget: Autofac.Extras.DynamicProxy, 4.1.0"
// Install Autofac.Extras.DynamicProxy as a Cake Addin #addin nuget:?package=Autofac.Extras.DynamicProxy&version=4.1.0 // Install Autofac.Extras.DynamicProxy as a Cake Tool #tool nuget:?package=Autofac.Extras.DynamicProxy&version=4.1.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Autofac (>= 3.3.1 && < 5.0.0)
- Castle.Core (>= 3.2.2)
NuGet packages (314)
Showing the top 5 NuGet packages that depend on Autofac.Extras.DynamicProxy:
Package | Downloads |
---|---|
Volo.Abp.Autofac
Package Description |
|
Autofac.ServiceFabric
Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services. |
|
DotFramework.Infra.ExceptionHandling
DotFramework.Infra.ExceptionHandling |
|
StatisticManagers-CMS
TopPageBug Fix + kendisi de hariç tutulacak şekilde ayarlandı |
|
Coder.Extension
Coder扩展程序,包含:AutoMapper,Log,CsRedis,Swagger(Knife4j),Cors,Autofac,Hangfire,TimedJob,CAP,SqlSugar,Polly(超时,重试,熔断,降级)等扩展服务和中间件。 |
GitHub repositories (37)
Showing the top 5 popular GitHub repositories that depend on Autofac.Extras.DynamicProxy:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
dotnetcore/EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
|
|
engindemirog/NetCoreBackend
|
|
CoreUnion/CoreShop
基于 Asp.Net Core 8.0、Uni-App开发,支持可视化布局的小程序商城系统,前后端分离,支持分布式部署,跨平台运行,拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能,拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。
|
Version | Downloads | Last updated |
---|---|---|
7.1.0 | 2,271,952 | 6/29/2023 |
7.0.0 | 178,339 | 5/26/2023 |
6.0.1 | 5,206,264 | 3/1/2022 |
6.0.0 | 6,896,793 | 9/29/2020 |
5.0.0 | 2,999,492 | 2/13/2020 |
4.5.0 | 4,498,796 | 8/29/2018 |
4.4.0 | 951,802 | 2/12/2018 |
4.3.0 | 21,758 | 2/9/2018 |
4.2.1 | 742,325 | 2/17/2017 |
4.2.0 | 33,377 | 1/26/2017 |
4.1.0 | 166,594 | 9/12/2016 |
4.0.1 | 5,634 | 9/1/2016 |
4.0.0 | 12,137 | 6/30/2016 |
4.0.0-beta8-231 | 1,759 | 10/29/2015 |
4.0.0-beta8-227 | 1,518 | 9/14/2015 |
InterceptAttribute is now unsealed.