✅ [ASPNETCORE - HealthCheck - Timeout] Trying to find a more elegant way to write this
ok soooo question about HealthCheck:
I'm trying to configure the
I'm trying to configure the
Timeout through IOptions<> which is bound to my configuration- of course reading
IConfiguration.GetValue<>is a NO GO here - added code for "lol harcode / not configurable" way
- added code for equivalent which uses configuration binding through options