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

Restore case insensitivity with file paths and related doc ids in the workspace #72965

Merged
merged 6 commits into from
Apr 10, 2024

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented Apr 10, 2024

Resolves #72959

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner April 10, 2024 00:34
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 10, 2024
Assert.Equal(documentFilePath, document.FilePath);
}

// Try again, this time with a uri with different case sensitivity. This is supported, and is needed by Xaml.
Copy link
Member

@dibarbet dibarbet Apr 10, 2024

Choose a reason for hiding this comment

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

to clarify - its needed by all files (including cs files) - C# devkit is adding them as upper case drive letters (but the URIs from the client are lowercase drive letters).

@CyrusNajmabadi
Copy link
Member Author

@jasonmalinowski For review when you get back.

@dibarbet dibarbet modified the milestones: Next, 17.11 P1 Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XAML files are part of a miscellaneous workspace rather than actual C# workspace
2 participants