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 hardcoded non-portable path separators #1284

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

mikekistler
Copy link
Member

This PR fixes a bunch of hard-coded "" separators in the tests that caused many failures when running on MacOS (maybe also on Linux?).

There is still one test failing on my MacOS system, OpenApiWorkspacesShouldNormalizeDocumentLocations. It looks like the value of Environment.CurrentDirectory is returning a different value on my system -- it adds "/net7.0" where the test appears not to expect this.

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@baywet baywet merged commit 973cc41 into microsoft:vnext Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants