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
I assume you're talking about injecting ILogger into a plugin or a service inside a plugin ?
I would advise not to use ILogger, but to provide an abstraction that is defined in your Contract
How can I inject type ILogger<MyService> in MyService class
The text was updated successfully, but these errors were encountered: