-
-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Labels
Description
Description
An attempt to use PuppeteerSharp.dll from a DLL which has a strong name causes the following error:
System.IO.FileLoadException: Could not load file or assembly 'PuppeteerSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
File name: 'PuppeteerSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
Expected behavior:
I would expect Puppeteer Nuget to work out of the box with any .Net project, signed or not.
Actual behavior:
Currently I have to download the source code and make my custom build of the Puppeteer. I cannot just use the Nuget package maintained by the Puppeteer developers.
Versions
Puppeteer Nuget 2.0.3