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

Issue in javscript parser

aankur81 opened this issue · comments

Hi,

when i am trying .WithJavaScript() in the config in browser context, it raising error,

 var config = Configuration.Default.WithLocaleBasedEncoding().WithCss().WithJavaScript();
 var context = BrowsingContext.New(config);

I am using version 0.10.1.0

Could not load type 'AngleSharp.Services.IScriptingProvider' from assembly 'AngleSharp, Version=0.10.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'.

at AngleSharp.JsConfigurationExtensions.WithJavaScript(IConfiguration configuration)

i am missing some thing ?

This package is obsolete and incompatible with the latest version of AngleSharp. A new package will be released soon.

See #51.