Skip to content

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
@ghost ghost 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