int
❔ How to log using hosts?
the error is on when I try to get the logger service:
Unhandled exception. System.InvalidOperationException: No service for type 'Microsoft.Extensions.Logging.ILogger' has been registered.
i thought i had already registered the logging service: builder.Services.AddLogging();
15 replies