From acadbe27867bc541bcdc77a5cd13abb401b52270 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 19 Feb 2026 15:38:20 +0300 Subject: [PATCH] Update docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../2026-02-19-ABP-Framework-Hidden-Magic/post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md b/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md index 9883ca9aba..7853e5f69a 100644 --- a/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md +++ b/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.