Replies: 1 comment
-
Thanks for raising this! If anyone is relying on it, especially for edge cases or legacy inputs, it would be really helpful to get some unit tests or concrete examples. That way we can make sure the new implementation preserves any critical functionality and doesn't break downstream code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Path.FromSegments method seems to be overly complicated and massive and ... flawed. We rewrote it to be fast, robust and compact but we might have missed special cases which were intentionally build-in as a silent contract.
Is anyone using this method? If so, it would be cool to have unit-tests for your scenario.
Beta Was this translation helpful? Give feedback.
All reactions