Find fails with System.TypeLoadException: Method 'get_GivenNamespaceUri' from assembly 'AngleSharpWrappers does not have an implementation #1262
Labels
bug
Something isn't working
needs design
More design is needed before this issue should result in a feature being implemented.
Describe the bug
After updating my nuget packages, my tests no longer pass. I suspect that this has something to do with my tests project now having a newer AngleSharp version. The issue seems to happen at least with both
1.0.5
and1.0.4
. I did not change any of the related test code (or the functionality the test tests) before the test started failing.Example:
I can provide a component example but it kind of seems based on the exception that it is enough to have any anchor elements in the generated render fragment.
Both of these lines cause the exception to be thrown (after the first line which is just setup):
Results in this exception:
But for example a simpler check like this passes:
This is my full test that fails:
Expected behavior:
I expected the
Find
method call to keep working. It seems thatFind
itself is not the problem but the required element wrapping that happens behind the scenes and tries to use a method in AngleSharp that no longer exists, or something like that?Version info:
The text was updated successfully, but these errors were encountered: