-
Notifications
You must be signed in to change notification settings - Fork 592
Add async xmlwriter methods #1902
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
Merged
mikeebowen
merged 27 commits into
dotnet:main
from
mikeebowen:add-async-xmlwriter-methods-913
Mar 27, 2025
Merged
Changes from 19 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9bf718b
WriteStartDocumentAsync works
mikeebowen f71c2f9
Merge branch 'main' into add-async-xmlwriter-methods-913
mikeebowen 7b722f8
declare FEATURE_ASYNC_SAX_XML constant
mikeebowen 8079fe5
Merge remote-tracking branch 'upstream/main' into add-async-xmlwriter…
mikeebowen 095973f
add missing OpenXmlPartWriter constructors
mikeebowen aeb8c57
add abstract methods to OpenXmlWriter
mikeebowen b409310
reorder PublicAPI.Shipped.txt
mikeebowen 46bada0
reorder methods
mikeebowen e3e30d3
reorder methods in OpenXmlPartWriter
mikeebowen bf67eb8
add unimplemented async methods
mikeebowen 19eaef9
Add tests
mikeebowen 2e0636f
add more tests
mikeebowen 94ef2cc
rename tests
mikeebowen 6e5e262
remove async methods that use an OpenXmlReader
mikeebowen b3ff0d6
add #if FEATURE_ASYNC_SAX_XML to PublicAPI.shipped for OpenXmlPartWri…
mikeebowen 602ad1e
use version specific PublicAPI.shipped.txt files
mikeebowen 83613f0
update PublishAPI.shipped files and change abstract methods to virtual
mikeebowen 622c3f6
revert PublicAPI.Shipped.txt to match main
mikeebowen 2875ad6
make tests use equal instead of contains
mikeebowen e07449c
use OpenXmlPartWriterSettings for async settings
mikeebowen 5f1d125
add blank lines for readability
mikeebowen 0b03d26
use async method
mikeebowen 0421110
remove unnecessary async and add default sync implementations
mikeebowen 6c3a0a0
Merge remote-tracking branch 'upstream/main' into add-async-xmlwriter…
mikeebowen e97b0b5
remove removed methods from PublicAPI.Shipped.txt
mikeebowen c2b9513
only hide Async in OpenXmlPartWriter constructors from older versions…
mikeebowen 0ec2368
remove repeated calls to ThrowIfObjectDisposed
mikeebowen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.