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

Use ignore case to fix analyzer reloading in devkit #74963

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Aug 30, 2024

C# DevKit passes us references with capital drive letter, but VSCode tells us the file changed with lowercase. This meant we'd never see the file changes. We already do ordinal ignore comparisons in many many other locations as well, so this just matches that.

C# standalone uses lowercase in both cases (so it worked).

@dibarbet dibarbet requested a review from a team as a code owner August 30, 2024 22:33
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 30, 2024
@dibarbet dibarbet changed the title Use ignore case to fix analyzer reloadong in devkit Use ignore case to fix analyzer reloading in devkit Aug 30, 2024
@dibarbet dibarbet merged commit a4822c7 into dotnet:main Aug 31, 2024
25 checks passed
@dibarbet dibarbet deleted the fix_analyzer_reloading_devkit branch August 31, 2024 00:10
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Aug 31, 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 VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants