From 29f86accdfc12b3edfbc44a6637c7258ab9d4851 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:04:37 +0900 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 133e645..1bd9f10 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -948,6 +948,8 @@ internal class ServiceProviderScopeFilter(IServiceProvider serviceProvider, Cons } ``` +However, since the construction of the filters is performed before execution, automatic injection using scopes is only effective for the command body itself. + Publish to executable file --- There are multiple ways to run a CLI application in .NET: