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
Running on ubuntu linux 20.04 from a published executable using .net 6 I get the error
CodeBase is not supported on assemblies loaded from a single-file bundle.
at System.Reflection.RuntimeAssembly.get_CodeBase()
at PuppeteerSharp.BrowserFetcher.GetExecutablePath() in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\BrowserFetcher.cs:line 356
at PuppeteerSharp.BrowserFetcher..ctor() in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\BrowserFetcher.cs:line 53
Expected behavior:
Loads and does it's thing
Actual behavior:
crashes
Versions
9.0.2
.Net 6.0 app published as a single file
The text was updated successfully, but these errors were encountered:
Description
Running on ubuntu linux 20.04 from a published executable using .net 6 I get the error
CodeBase is not supported on assemblies loaded from a single-file bundle.
at System.Reflection.RuntimeAssembly.get_CodeBase()
at PuppeteerSharp.BrowserFetcher.GetExecutablePath() in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\BrowserFetcher.cs:line 356
at PuppeteerSharp.BrowserFetcher..ctor() in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\BrowserFetcher.cs:line 53
Expected behavior:
Loads and does it's thing
Actual behavior:
crashes
Versions
9.0.2
.Net 6.0 app published as a single file
The text was updated successfully, but these errors were encountered: