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

Name simplification is missing on System.IntPtr #61419

Closed
jcouv opened this issue May 19, 2022 · 1 comment
Closed

Name simplification is missing on System.IntPtr #61419

jcouv opened this issue May 19, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented May 19, 2022

Name simplification is missing (works on Int32 but not IntPtr):
image

On platforms where IntPtr is considered numeric type (as indicated by runtime feature flag and compiler API IsNativeIntegerType()) I expect this simplification to be offered.

Same applies to UIntPtr.

Relates to test plan #60578

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels May 19, 2022
@jcouv jcouv added Area-IDE and removed Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels May 19, 2022
@jcouv jcouv self-assigned this May 19, 2022
@jcouv jcouv added this to the C# 11.0 milestone May 19, 2022
@jaredpar jaredpar modified the milestones: C# 11.0, 17.4 Jun 24, 2022
@jcouv
Copy link
Member Author

jcouv commented Sep 30, 2022

On second thought, I think it's fine to leave this IDE behavior as-is. Closing

@jcouv jcouv closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2022
@jcouv jcouv moved this to Active/Investigating in Compiler: Julien's umbrellas Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants