Skip to content

Fix for XSLT extension methods format-date & format-time #114200

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

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

Maximys
Copy link
Contributor

@Maximys Maximys commented Apr 3, 2025

This is fix for #93189 .
I create it as draft, because does not sure that everythink work fine

Maximys added 18 commits April 3, 2025 13:07
…rs.XsdDateTimeParser" to "System.Xml.Schema.DateAndTime.Converters.DateAndTimeConverter" and change it type from struct to static class.
…DateTimeFlags" to separated file and matched namespace.
…fications.XsdDateTimeFlags" to "System.Xml.Schema.DateAndTime.Specifications.XsdDateAndTimeFlags" and linked refactoring.
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 3, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-xml
See info in area-owners.md if you want to be subscribed.

@Maximys
Copy link
Contributor Author

Maximys commented Apr 4, 2025

@dotnet/area-system-xml , pay attention, please, that current main brunch of .NET Runtime contains some invalid test cases, which was fixed by c6003c7

@Maximys Maximys marked this pull request as ready for review April 4, 2025 04:18
@lilinus
Copy link
Contributor

lilinus commented Apr 4, 2025

Generally, unrelated changes should not be mixed in the same PR (i.e. refactors and bugfixing) according to the PR guide.

@Maximys
Copy link
Contributor Author

Maximys commented Apr 7, 2025

Generally, unrelated changes should not be mixed in the same PR (i.e. refactors and bugfixing) according to the PR guide.

Thanks @lilinus, but I think you're not quite right. Most of my refactoring linked with files, which should be touched for fix current bug. May be only tests can be untouched and XsdDateTime with XsdDuration can be left in the previous folder and namespace, but I still think, that this changes make current code a little more readable.

@Maximys
Copy link
Contributor Author

Maximys commented Apr 8, 2025

@jeffhandley , can you review curent pr, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Xml 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.

2 participants