Overmiind / Puppeteer-sharp-extra

Plugin framework for PuppeteerSharp
MIT License
183 stars 51 forks source link

System.MissingMethodException PuppeteerSharp.Puppeteer.LaunchAsync #42

Closed KoalaBear84 closed 1 year ago

KoalaBear84 commented 1 year ago

New PuppeteerSharp release breaks PuppeteerExtraSharp

System.MissingMethodException: 'Method not found: 'System.Threading.Tasks.Task`1 PuppeteerSharp.Puppeteer.LaunchAsync(PuppeteerSharp.LaunchOptions, Microsoft.Extensions.Logging.ILoggerFactory)'.'

Browser = await new PuppeteerExtra().LaunchAsync(new LaunchOptions());
FahadAltaf commented 1 year ago

Revert puppeteersharp package to 7.1.0 with 8.0.0 its not working

KoalaBear84 commented 1 year ago

Yes, that's why I made the issue.

orentet commented 1 year ago

I'd also would like to know when this will be solved?

namilkimfree commented 1 year ago

After checking, I will make a custom version.

FahadAltaf commented 1 year ago

I am able to fix this issue buy upgrading to .NET 6. Just download this package instead of default one https://www.nuget.org/packages/PuppeteerExtraSharp6

namilkimfree commented 1 year ago

Fixed this issue

https://github.com/Overmiind/Puppeteer-sharp-extra/pull/46

Custom link: https://www.nuget.org/packages/PuppeteerExtraSharp-Custom/

Overmiind commented 1 year ago

Fixed by R3D4NG3L Please update the NuGet package version of Puppeteer Extra Sharp to 2.0.