Skip to content

Delete ProcessXmlBase#79980

Merged
MichalStrehovsky merged 2 commits intodotnet:mainfrom
Suchiman:main
Dec 28, 2022
Merged

Delete ProcessXmlBase#79980
MichalStrehovsky merged 2 commits intodotnet:mainfrom
Suchiman:main

Conversation

@Suchiman
Copy link
Contributor

fixes #79802

Is there any particular reason to use XDocument.XPathNavigator instead of using much nicer XDocument APIs directly?

cc @MichalStrehovsky

@ghost ghost added area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member labels Dec 26, 2022
@ghost
Copy link

ghost commented Dec 26, 2022

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

fixes #79802

Is there any particular reason to use XDocument.XPathNavigator instead of using much nicer XDocument APIs directly?

cc @MichalStrehovsky

Author: Suchiman
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

Copy link
Member

@MichalStrehovsky MichalStrehovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Is there any particular reason to use XDocument.XPathNavigator instead of using much nicer XDocument APIs directly?

We keep this implementation very close (ideally line-by-line) to how this works in IL Linker. The decision was made there...

@MichalStrehovsky
Copy link
Member

Cc @dotnet/ilc-contrib more unification with illinker

@MichalStrehovsky MichalStrehovsky merged commit 4131a83 into dotnet:main Dec 28, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete ProcessXmlBase.cs

2 participants