JackWFinlay / jsonize

Convert HTML to JSON.
MIT License
22 stars 12 forks source link

JsonizeParserConfiguration uses AngleSharp v1 #47

Open KSerjyk opened 1 year ago

KSerjyk commented 1 year ago

Assembly 'Jsonize.Parser' with identity 'Jsonize.Parser, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' uses 'AngleSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea' which has a higher version than referenced assembly 'AngleSharp' with identity 'AngleSharp, Version=0.17.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'

When using JsonizeParserConfiguration i am getting this error

JackWFinlay commented 1 year ago

I will also take a look into this one for you. I'll try get to this in the next couple of days (I have some other commitments currently).

Thanks for finding and reporting this issue!

KSerjyk commented 1 year ago

Thanks for such a quick answer. If it would help, I am using your library from nuget package in unity. I download all required packages, and imported them from NetStandart folder. When I am using Jsonizer without configuration, it all works fine. But when I try using Configuration it gives me that error.

JackWFinlay commented 1 year ago

I've created a PR (#48) to hopefully address this issue. I will push a new version (3.1.1) that you can try out and see if that fixes things for you. Were you also referencing AngleSharp somewhere else too? I only have the one reference to that project in this project, so I'm not sure where it conflicted.

You should be able to see the release here, once it's indexed on NuGet.