Taylor Southwick

Results 199 comments of Taylor Southwick

They could definitely be null, hence why they are marked that way. For instance, if we open a malformed document it may be null because the value isn't there. Nullability...

ha yeah, that's weird. Probably should change that to the appropriate extensions for presentation. Happy to take a PR for that

@mc2002tii Can you include something I can repro?

@tauheedul if you have the time, PRs are very welcome :) Please let us know before you approach it and what your general idea is

So is the only method that is needed is `ReadLastChild()`? That should be fine. > Addition of abstract method ReadLastChild similar to the existing ReadFirstChild method This is a breaking...

I don't have the time right now to do this kind of request, but happy to take contributions from anyone interested in doing so.

I'm not sure what would be involved, but happy to take any contributions here. One bottleneck is that I'm not sure if the System.IO.Packaging provides async overloads - that would...

We'd be happy to accept a PR for this. The next major release will be in a week, and it could potentially be added in that release if reviewed quickly....

There doesn't seem to be anything specifically available to do this OOB. However, I bet you could customize the `IOpenXmlNamespaceResolver` to do this for you. This is an internal type,...

As of #603, this is much easier to debug. It appears that the constraint information is this: https://raw.githubusercontent.com/OfficeDev/Open-XML-SDK/master/src/DocumentFormat.OpenXml/GeneratedCode/schemas_openxmlformats_org_wordprocessingml_2006_main.g.cs on line 16152 (the file is too big for GitHub to show...