Browse Source

Update docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24897/head
Enis Necipoglu 1 month ago
committed by GitHub
parent
commit
acadbe2786
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

2
docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

@ -16,7 +16,7 @@ public class MyService : IMyService, ITransientDependency
} }
``` ```
**Where it happens:** `Volo.Abp.Core/DependencyInjection/ConventionalRegistrarBase.cs` **Where it happens:** `Volo.Abp.Core/Volo/Abp/DependencyInjection/ConventionalRegistrarBase.cs`
The framework scans all assemblies and automatically determines service lifetime from class hierarchy. This is why you rarely need to manually register services in ABP. The framework scans all assemblies and automatically determines service lifetime from class hierarchy. This is why you rarely need to manually register services in ABP.

Loading…
Cancel
Save