- Notifications
You must be signed in to change notification settings - Fork575
Examples#1087
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Examples#1087
Uh oh!
There was an error while loading.Please reload this page.
Conversation
twsouthwick left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
A few changes and recommendations for follow ups.
The style looks like it may end up failing the build. Make sure to have no warnings locally, as well as withProjectLoadStyle=All perhttps://github.com/OfficeDev/Open-XML-SDK/blob/main/CONTRIBUTING.md
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
mikeebowen commentedDec 3, 2021
Made all the requested changes and made the VS linter happy. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ThomasBarnekow left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looked at the examples and provided some comments.
It seems like some of the code was generated, right? Can't help thinking that the Linq-to-XML way of creating markup is more natural in some cases at least.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
twsouthwick commentedDec 13, 2021
@ThomasBarnekow Agreed - it's also less for the JIT to deal with. I'm liking the direction that the XLinq stuff goes as a more lightweight way of building documents. As it matures more it'll be interesting to get feedback on performance/onboarding/maintainability/etc of that pattern. |
twsouthwick commentedDec 13, 2021
@mikeebowen there's a conflict you'll need to deal with |
mikeebowen commentedDec 14, 2021
@twsouthwick Please check to make sure I fixed the conflict correctly |
ThomasBarnekow commentedDec 14, 2021
@twsouthwick and@mikeebowen, would you be interested in adding an additional example (now or later) that does the same thing as an existing example (which uses the strongly typed classes) but uses the Linq-to-XML way of creating Open XML markup? I'd be happy to provide that. |
twsouthwick commentedDec 14, 2021
@ThomasBarnekow I think that would be cool. Once you feel like the shape is right with it, it would be a great chance to see a comparison. |
twsouthwick commentedDec 14, 2021
@mikeebowen looks like you didn't get the merge right (there's still git conflict markers, i.e. |
twsouthwick left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@mikeebowen This looks good enough for now. Let's keep playing with the structure of the samples and we can probably consolidate some of this.
Uh oh!
There was an error while loading.Please reload this page.
Update examples to use local references and work with updated API.