Michael Ganss

Results 275 comments of Michael Ganss

Can you elaborate a little? What is the `DateTimeKind` of the `DateTime` values you're exporting and what kind of value do you expect in the exported Excel file?

I think before exporting you need to map the DateTime values to local time using `ToLocalTime()`.

Thanks. There are some uncovered lines still, though.

> I recommend making the other SetCellUsing and SetPropertyUsing methods obsolete. Can you add this to the PR?

Strange. Can you set a breakpoint inside the GroupBy to see what the contents of the dynamic object look like?

What happens if you step further? Which properties do the dynamic objects have? You can set breakpoints inside lambdas by placing the cursor in the lambda function, right click and...

This has been fixed in AngleSharp.Css 0.17.0.

Resolved in AngleSharp.Css 0.17.0 and thus HtmlSanitizer 8.0.638.

This has been fixed in AngleSharp.Css 0.17.0.

@FlorianRappl Is the AngleSharp API sufficiently stable now so that we wouldn't run the risk of encountering issues like those mentioned above in https://github.com/mganss/HtmlSanitizer/issues/87#issuecomment-246499156 if we no longer pinned the...