AngleSharp / AngleSharp.Js

:angel: Extends AngleSharp with a .NET-based JavaScript engine.

Home Page:https://anglesharp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngleSharp.Script not working unless directly referenced by calling library

mdesousa opened this issue · comments

Given this scenario:

  • Assembly A invokes AngleSharp.Scripting.JavaScript and has a reference to the package
  • Assembly B invokes assembly A
    The javascript processing does not work unless B has a direct reference to AngleSharp.Scripting.JavaScript. There are no runtime errors, but the javascript isn't invoked.
    This appeared to start happening after upgrading to the latest packages:
  • AngleSharp upgraded from version 0.9.9.1 to 0.9.10
  • AngleSharp.Scripting.Javascript did not change (version 0.5.1)
  • Jint upgraded from version 2.10.4 to 2.11.58