Closed
Description
I'm getting a type load exception with 3.0.1 and I have no direct dependencies on Microsoft.Extensions.Logging
The only dependency I can see is coming from this library. Currently only .NET Core 3.1 is supported (https://dotnet.microsoft.com/platform/support/policy/dotnet-core) would it be possible to bump deps with a new release?
System.TypeLoadException: Could not load type 'Microsoft.Extensions.Logging.Abstractions.Internal.NullScope' from assembly 'Microsoft.Extensions.Logging.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
at at Microsoft.Extensions.Logging.Logger.BeginScope[TState](TState state)
at at Microsoft.Extensions.Logging.Logger`1.Microsoft.Extensions.Logging.ILogger.BeginScope[TState](TState state)
Metadata
Metadata
Assignees
Labels
No labels