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
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Scenario: LoggerFactory needs to be disposed once the application shutdown so that dispose can be called on all the registered logger providers. This is so that these logger providers can flush any data that they might be holding.
@Tratcher@HaoK
The proposal is to create a DI scope for hosting engine services which get disposed once the hosting engine is being disposed.
The text was updated successfully, but these errors were encountered:
Is there anything other than the logger that is going to be disposed as part of this scope cleanup? If not is it really worth creating a scope to dispose one service?
Scenario: LoggerFactory needs to be disposed once the application shutdown so that dispose can be called on all the registered logger providers. This is so that these logger providers can flush any data that they might be holding.
@Tratcher @HaoK
The proposal is to create a DI scope for hosting engine services which get disposed once the hosting engine is being disposed.
The text was updated successfully, but these errors were encountered: