Skip to content

Commit

Permalink
Added video to DI page (#7154)
Browse files Browse the repository at this point in the history
Embedded "Everything You Wanted to Know about Dependency Injection and Akka.NET" into the Dependency Injection docs.
  • Loading branch information
Aaronontheweb committed Apr 10, 2024
1 parent 49fe208 commit 0a3ffb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/articles/actors/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ title: Dependency Injection Support in Akka.NET

As of Akka.NET v1.4.15 we recommend to Akka.NET users adopt the Akka.DependencyInjection library, which integrates directly with Microsoft.Extensions.DependencyInjection and deprecates the previous Akka.DI.Core and Akka.DI.* libraries.

<!-- markdownlint-disable MD033 -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/XNIVS5hBTUk?si=_B3MtEj-vBfmSNLi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<!-- markdownlint-enable MD033 -->

You can install Akka.DependencyInjection via NuGet:

```console
Expand Down

0 comments on commit 0a3ffb0

Please sign in to comment.