What is the purpose of .Services in the method: AddCustomHealthChecks and ConfigureServices ? #428
Unanswered
santoshpatro
asked this question in
Q&A
Replies: 1 comment
-
So you can keep chaining all those extension methods fluently. Without it you would just have to start a new line using the service collection from ConfigureServices. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to understand the purpose of ".Services" (present in the last line) as mentioned below :
@RehanSaeed : Can you please help me to know the purpose of the code in bold.
I also see in the below method:
Any help on this is much appreciated ?
Beta Was this translation helpful? Give feedback.
All reactions