You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a WPF project (.NET 9) that worked well with Puppeteer until the latest update to v20.1.0. It still functions correctly, but if an HTML-to-PDF conversion is performed at least once, I get the following exception when closing the app:
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Target closed (Session closed))
e4b3f3a is not compilable and contains many errors. I'm not familiar with the PuppeteerSharp source code, so I can't really check until I have a compilable commit.
Hello,
I have a WPF project (.NET 9) that worked well with Puppeteer until the latest update to v20.1.0. It still functions correctly, but if an HTML-to-PDF conversion is performed at least once, I get the following exception when closing the app:
In my App.xaml.cs, I have the following code:
This issue occurs only when the MainWindow has closing logic. Here’s my Window_Closing event handler:
However, even this simple closing event also causes the same exception:
Downgrading to v20.0.5 fixed the issue.
The text was updated successfully, but these errors were encountered: