AngleSharp / AngleSharp.Js

:angel: Extends AngleSharp with a .NET-based JavaScript engine.
https://anglesharp.github.io
MIT License
103 stars 22 forks source link

Issue in javscript parser #52

Closed aankur81 closed 5 years ago

aankur81 commented 5 years ago

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 ?

FlorianRappl commented 5 years ago

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

See #51.