Browse Source

Update POST.md

pull/18796/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
e7b0c857e2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/Community-Articles/2024-01-18-ABP-Now-Supports-Keyed-Services/POST.md

6
docs/en/Community-Articles/2024-01-18-ABP-Now-Supports-Keyed-Services/POST.md

@ -37,9 +37,9 @@ There was not a simple way to retrieve a specific implementation type directly.
## ABP Framework Now Supports Keyed Services!
Autofac was already supporting the named/keyed DI services for a long time and with v9.0.0, they make it compatible with `Microsoft.Extensions.DependencyInjection` package (including the keyed service support).
Autofac was already supporting the named/keyed DI services for a long time and with v9.0.0, they made it compatible with the `Microsoft.Extensions.DependencyInjection` package (including the keyed service support).
After the v9.0.0 was released for Autofac, then the ABP Framework Core team immediately updated the `Autofac.Extensions.DependencyInjection` package to `v9.0.0`, made the related changes in its own Autofac project and included in the v8.0.2 release.
After the v9.0.0 was released for Autofac, then the ABP Framework Core team immediately updated the `Autofac.Extensions.DependencyInjection` package to `v9.0.0`, made the related changes in its own Autofac package and included in the v8.0.2 release.
You can see the related changes in the following PRs:
@ -195,4 +195,4 @@ You can [follow the issue](https://github.com/abpframework/abp/issues/18794) if
## Summary
In this post, I described the new **"keyed service"** support added to the built-in dependency injection container that was released in .NET 8, and wanted to announce it's being supported from v8.0.2 for ABP Framework. It's a really good addition to the built-in dependency injection container and can be pretty useful for certain use-cases.
In this post, I described the new **"keyed service"** support added to the built-in dependency injection container that was released in .NET 8, and wanted to announce it's being supported from v8.0.2 for ABP Framework. It's a really good addition to the built-in dependency injection container and can be pretty useful for certain use-cases.

Loading…
Cancel
Save