You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -670,7 +670,7 @@ The field secondArg must be between 0 and 2.
670
670
671
671
By default, the ExitCode is set to 1 in this case.
672
672
673
-
Filter(Middleware) Pipline / ConsoleAppContext
673
+
Filter(Middleware) Pipeline / ConsoleAppContext
674
674
---
675
675
Filters are provided as a mechanism to hook into the execution before and after. To use filters, define an `internal class` that implements `ConsoleAppFilter`.
676
676
@@ -1022,7 +1022,7 @@ When `Microsoft.Extensions.Configuration` is imported, `ConfigureEmptyConfigurat
1022
1022
1023
1023
Furthermore, overloads of `Action<IConfiguration, IServiceCollection> configure` and `Action<IConfiguration, ILoggingBuilder> configure` are added to `ConfigureServices` and `ConfigureLogging`, allowing you to retrieve the Configuration when executing the delegate.
1024
1024
1025
-
without Hosting dependency, I've prefere these import packages.
1025
+
without Hosting dependency, I've preferred these import packages.
0 commit comments