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
CSC : error CS1685: The predefined type 'ExtensionAttribute' is defined in multiple assemblies in the global alias; using definition from 'HtmlAgilityPack, Version=1.7.3.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' [/home/travis/build/JustArchi/ArchiSteamFarm/ArchiSteamFarm/ArchiSteamFarm.csproj]
Very likely it's caused by specific configuration of my project, since other one does not suffer from this problem. I'm not sure if there is anything to fix on my side though, considering all versions up to 1.7.3 worked just fine, including 1.7.2.
Thank you in advance for looking into this.
The text was updated successfully, but these errors were encountered:
JustArchi
changed the title
HtmlAgilityPack 1.7.3 can't no longer be used in the project
HtmlAgilityPack 1.7.3 can no longer be used in the project
Apr 7, 2018
Getting a similar error on vscode/dotnet 2.1.101. It seems like the warning is no longer being suppressed with the #pragma statement in src/HtmlAgilityPack.Shared/HtmlNode.Encapsulator.cs.
Please refer to my CI output:
After reverting HAP back to 1.7.2, all is fine.
Very likely it's caused by specific configuration of my project, since other one does not suffer from this problem. I'm not sure if there is anything to fix on my side though, considering all versions up to 1.7.3 worked just fine, including 1.7.2.
Thank you in advance for looking into this.
The text was updated successfully, but these errors were encountered: