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

fix: Convert Path.GetFullPath(..) return values to Unix-style separators #91

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

faviann
Copy link
Contributor

@faviann faviann commented Aug 20, 2024

On Windows, Path.GetFullPath(..) returns paths with '\' directory separators, breaking the rest of the pipeline. This code sanitizes the output to ensure better compatibility across platforms.

It fixed the various unit test broken that depended on SceneManagerHelper

On Windows, Path.GetFullPath(..) returns paths with '\' directory separators, breaking the rest of the pipeline. This code sanitizes the output to ensure better compatibility across platforms.
@faviann faviann requested a review from nowsprinting as a code owner August 20, 2024 00:21
@nowsprinting nowsprinting added the bug Something isn't working label Aug 20, 2024
Copy link
Owner

@nowsprinting nowsprinting left a comment

Choose a reason for hiding this comment

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

LGTM!
Thanks!!

@nowsprinting nowsprinting merged commit e7aa21a into nowsprinting:master Aug 20, 2024
4 checks passed
nowsprinting added a commit that referenced this pull request Aug 23, 2024
Remove `static` from local function (required C#8.0)

refs #91
@nowsprinting nowsprinting mentioned this pull request Aug 23, 2024
nowsprinting added a commit that referenced this pull request Aug 23, 2024
Remove `static` from local function (required C#8.0)

refs #91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants