Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load file or assembly System.Text.Encoding.CodePages v6 #1046

Closed
5 tasks done
linkdotnet opened this issue Jun 2, 2022 · 2 comments · Fixed by #1047
Closed
5 tasks done

Could not load file or assembly System.Text.Encoding.CodePages v6 #1046

linkdotnet opened this issue Jun 2, 2022 · 2 comments · Fixed by #1047
Labels

Comments

@linkdotnet
Copy link
Contributor

Bug Report

Prerequisites

  • Can you reproduce the problem in a MWE?
  • Are you running the latest version of AngleSharp?
  • Did you check the FAQs to see if that helps you?
  • Are you reporting to the correct repository? (there are multiple AngleSharp libraries, e.g., AngleSharp.Css for CSS support)
  • Did you perform a search in the issues?

For more information, see the CONTRIBUTING guide.

Description

With the recent update from v0.16.x to v0.17 we get issue due to failing dependencies.

One or more errors occurred. (Could not load file or assembly 'System.Text.Encoding.CodePages, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

See here as an example.

I quickly checked the repo and it seems that the AngleSharp.csproj file really has the dependency to version 6 (see here) but the nuspec still points to version 5 (see here).

Before I do a PR or something else, is this mismatch on purpose?

@FlorianRappl
Copy link
Contributor

Before I do a PR or something else, is this mismatch on purpose?

No its not. PR welcome; thanks!

FlorianRappl added a commit that referenced this issue Jun 2, 2022
fix: Updated version in nuspec to reflect code
@linkdotnet
Copy link
Contributor Author

Thanks for the swift response and merge ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants