Method not found: 'Microsoft.Extensions.DependencyInjection.IServiceCollection
I faced this issues after i upgrade Microsoft.Logging.Extensions. Jezz man, just trying to add more visibility.
Remove this and you're set to go but if you really need to do logging and stuff, probably add reference to the correct nuget package.
For my case it is
"Microsoft.ApplicationInsights.AspNetCore" Version="2.8.2"
Comments