-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
When setting config unknownTagsConverter to "bypass" an exception is thrown when converting #16
Comments
I was able to resolve this by adding |
@ahughes02 definitely looks like a bug, could you please provide a repro use case (including sample html) to reproduce the issue? Also did you register your own converter by any chance? |
Here is some sample HTML that causes the bug https://pastebin.com/raw/0nG6582p
|
@ahughes02 I figured out the issue, will fix and make available a new version later today. |
@mysticmind thanks for the quick response! This library works really great for our application and I really appreciate you making this available for everyone |
- Fix bug GH-16 pertaining to unknown tags bypass option throwing an exception - Add logic to validate Unknown tags option and throw an exception if invalid - Add logic to throw an UnknownTagException rather than generic Exception - Add units tests for different unknown tag options
v1.5 published in Nuget which includes a fix for this issue |
Exception Message: An item with the same key has already been added.
Stacktrace:
The text was updated successfully, but these errors were encountered: