Hi,
Getting error when I use Aspose.Slides-Cloud 21.2.0 package with Microsoft.Extensions.Logging.Debug 5.0.0
The error that I’m getting:
System.MissingMethodException
HResult=0x80131513
Message=Method not found: ‘Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory, Microsoft.Extensions.Logging.LogLevel)’.
Source=Aspose.Slides.Cloud.Sdk
StackTrace:
at Aspose.Slides.Cloud.Sdk.RequestHandlers.DebugLogRequestHandler…ctor(Configuration configuration)
at Aspose.Slides.Cloud.Sdk.RequestHandlers.JwtRequestHandler…ctor(Configuration configuration)
at Aspose.Slides.Cloud.Sdk.ApiAccessor…ctor(Configuration configuration)
at Aspose.Slides.Cloud.Sdk.ApiBase…ctor(Configuration configuration)
at Aspose.Slides.Cloud.Sdk.ApiBase…ctor(String appSid, String appKey)
at Aspose.Slides.Cloud.Sdk.SlidesApi…ctor(String appSid, String appKey)
The project of reproducing this bug in attachment.
AsposeCloudSlideBugReproducing.zip (6.7 KB)