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 'use pattern matching' with nullable types #71130

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #70964

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner December 6, 2023 20:52
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 6, 2023
@@ -10,92 +10,94 @@
using Microsoft.CodeAnalysis.Diagnostics;
Copy link
Member Author

Choose a reason for hiding this comment

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

view with whitespace off.

@CyrusNajmabadi CyrusNajmabadi merged commit ac2a155 into dotnet:main Dec 6, 2023
20 of 24 checks passed
@ghost ghost added this to the Next milestone Dec 6, 2023
@CyrusNajmabadi CyrusNajmabadi deleted the patternMatchingNullable branch December 7, 2023 19:41
@Cosifne Cosifne modified the milestones: Next, 17.9 P3 Jan 9, 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.

IDE0083 code fix on nullable value types results in code that does not compile afterwards
3 participants