-
Notifications
You must be signed in to change notification settings - Fork 789
feat: Support for Windows.Data.Xml.Dom APIs #3070
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
Conversation
Will add some simple unit tests. |
@jeromelaban Should I create a new section in PackageDiffIgnore? What would be the base version for it? |
Yes you can. Use a section similar to this one: https://github.com/unoplatform/uno/pull/3044/files#diff-49d44d5b2511b8a0bd889bc14a811169R809
|
b510879
to
19607ee
Compare
Thanks Martin! |
I will use it in my Live Tile implementation :) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
private string GetTestXml() | ||
{ | ||
using var stream = typeof(Given_XmlDocument).Assembly.GetManifestResourceStream("Uno.UI.Tests.Windows_Data_Xml.DomTests.basictest.xml"); | ||
using var streamReader = new StreamReader(stream); |
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.
GitHub Issue (If applicable): closes #3069
PR Type
What kind of change does this PR introduce?
What is the current behavior?
APIs not supported.
What is the new behavior?
All APIs which can be forwarded to
System.Xml
are implemented.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.