Michael Ganss
Michael Ganss
I meant the binding redirect fix that worked for @Chmielinski.
Perhaps you can try [Fuslogvw](https://learn.microsoft.com/en-us/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer) to debug the issue.
I think you'll need a binding redirect. AngleSharp.Css 0.17.0 references AngleSharp 0.17.0 while the latest HtmlSanitizer references AngleSharp 0.17.1. In .NET Framework 4.5.1 and later binding redirects should be created...
I'm not sure I understand the issue. For each distinct XML Schema type there should be only one corresponding C# class that is being generated. Where does the duplication occur...
Try passing only the XSD file to the generator that contains the root element resp. the elements that you are interested in de/serializing.
I don't think XmlSerializer supports DateOnly/TimeOnly yet, see #310. What prevents you from using `DateTime`?
This might be an issue where the emoji images from https://cdn.jsdelivr.net cannot be loaded due to external resources being blocked. Make sure you can insert an image manually, e.g. https://cdn.jsdelivr.net/gh/joypixels/[email protected]/png/64/263a.png
I can only test using the current stable Thunderbird version, Currently this is 60.5.0. Can't you update to the current version?
Can you check if there's an error message in the developer console when you click on an emoji?
I meant test with the old version (52). It works in the new version, so no need to test there.