You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AngleSharp.Css (0.16.3 and current master) built against AngleSharp 0.16.0 (see here), but nuspec dependency bumped to 0.16.1.
This results in error in
System.IO.FileLoadException: 'Could not load file or assembly 'AngleSharp, Version=0.16.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'
in .net framework programs without binding redirect.
Steps to Reproduce
create netfx project
reference anglesharp.css 0.16.3 nuget
create instance of e.g. CssParser
run program
Expected behavior: it works
Actual behavior: it crashes due to dependent assembly version mismatch
Environment details: .net framework 4.8
Possible Solution
New release built against AngleSharp 0.16.1
The text was updated successfully, but these errors were encountered:
Bug Report
Description
AngleSharp.Css (0.16.3 and current master) built against AngleSharp 0.16.0 (see here), but nuspec dependency bumped to 0.16.1.
This results in error in
in .net framework programs without binding redirect.
Steps to Reproduce
CssParser
Expected behavior: it works
Actual behavior: it crashes due to dependent assembly version mismatch
Environment details: .net framework 4.8
Possible Solution
New release built against AngleSharp 0.16.1
The text was updated successfully, but these errors were encountered: