Autofac.Extensions.DependencyInjection
4.0.0-rc3-280
See the version list below for details.
dotnet add package Autofac.Extensions.DependencyInjection --version 4.0.0-rc3-280
NuGet\Install-Package Autofac.Extensions.DependencyInjection -Version 4.0.0-rc3-280
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0-rc3-280" />
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="4.0.0-rc3-280" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" />
paket add Autofac.Extensions.DependencyInjection --version 4.0.0-rc3-280
#r "nuget: Autofac.Extensions.DependencyInjection, 4.0.0-rc3-280"
#addin nuget:?package=Autofac.Extensions.DependencyInjection&version=4.0.0-rc3-280&prerelease
#tool nuget:?package=Autofac.Extensions.DependencyInjection&version=4.0.0-rc3-280&prerelease
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.1
- Autofac (>= 4.0.0-rc3-280)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Contracts (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Threading.Tasks (>= 4.0.11)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Autofac.Extensions.DependencyInjection:
Package | Downloads |
---|---|
NuGet.Services.Validation.Common.Job
Common job infrastructure for validation jobs and basic dependency injection setup. |
|
NuGet.Jobs.Common
Common infrastructure for running the NuGetGallery back-end jobs. |
GitHub repositories (157)
Showing the top 20 popular GitHub repositories that depend on Autofac.Extensions.DependencyInjection:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
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.
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
|
|
kerryjiang/SuperSocket
SuperSocket is a high-performance, extensible socket server application framework for .NET. It provides a robust architecture for building custom network communication applications with support for multiple protocols including TCP, UDP, and WebSocket.
|
|
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
|
|
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
|
|
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
|
|
kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
|
|
ashmind/SharpLab
.NET language playground
|
|
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
|
Version | Downloads | Last updated |
---|---|---|
7.2.0 | 68 | 9/19/2022 |
7.1.0 | 2 | 3/6/2021 |
7.0.2 | 1 | 3/6/2021 |
7.0.1 | 1 | 3/6/2021 |
7.0.0 | 2 | 3/6/2021 |
6.0.0 | 6 | 3/6/2021 |
5.0.1 | 8 | 3/6/2021 |
5.0.0 | 2 | 3/6/2021 |
5.0.0-rc2 | 2 | 3/6/2021 |
5.0.0-rc1 | 1 | 3/6/2021 |
4.4.0 | 37,489 | 3/6/2021 |
4.3.1 | 37,498 | 3/6/2021 |
4.3.0 | 3 | 3/6/2021 |
4.2.2 | 37,805 | 3/6/2021 |
4.2.1 | 1 | 3/6/2021 |
4.2.0 | 79 | 3/6/2021 |
4.0.0 | 40 | 3/6/2021 |
4.0.0-rc3-309 | 2 | 3/6/2021 |
4.0.0-rc3-280 | 1 | 3/6/2021 |
4.0.0-rc2-240 | 2 | 3/6/2021 |
Updated to .NET Core RTM. Known issue: IEnumerable<T> does not currently return items in registration order. See Autofac issue #755 - https://github.com/autofac/Autofac/issues/755