Skip to content
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

[FEATURE REQ] Investigate XML stack for Azure.Core #62

Closed
joshfree opened this issue Oct 9, 2019 · 1 comment
Closed

[FEATURE REQ] Investigate XML stack for Azure.Core #62

joshfree opened this issue Oct 9, 2019 · 1 comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@joshfree
Copy link
Member

joshfree commented Oct 9, 2019

Tracking issue for investigating and adding a 3rd party C99 XML stack for Azure.Core usage.

Expat, a stream-orientated XML parser library written in C seems like a good place to start the investigation. "Expat excels with files too large to fit RAM, and where performance and flexibility are crucial."

https://libexpat.github.io/

@joshfree joshfree added Azure.Core Client This issue points to a problem in the data-plane of the library. labels Oct 9, 2019
@gilbertw gilbertw added this to the Backlog milestone Apr 22, 2020
@ahsonkhan
Copy link
Member

ahsonkhan commented Jul 30, 2020

There is no need for an XML stack, currently in the embedded SDK.

If we support storage put/commit block list, we might need this, but we can manually create the XML payload for that.

@RickWinter RickWinter modified the milestones: Backlog, [2020] August Sep 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

4 participants