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

In Quick Info, types in type parameter constraint clauses are not simplified #547

Closed
dpoeschl opened this issue Feb 16, 2015 · 2 comments · May be fixed by #27946
Closed

In Quick Info, types in type parameter constraint clauses are not simplified #547

dpoeschl opened this issue Feb 16, 2015 · 2 comments · May be fixed by #27946
Assignees
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug
Milestone

Comments

@dpoeschl
Copy link
Contributor

dpoeschl commented Feb 16, 2015

Ported from TFS WorkItem: 981839


Repro Steps:

Affected Branch:
Affected Build:
Affected Product Language:

Steps to reproduce:

1. Copy/Paste C#:

 

using System.Collections.Generic;
 
class C<T, U> where T : struct where U : List<T>
{
    void M()
    {
        var x = new C<int, List<int>>();
    }
}

 

  1. Hover on var

**** 

Expected: "List<T>" is shown in two places (in constraint clause and in description of U below).

 

Actual: In the constraint clause, it is listed as "System.Collections.Generic.List<T>"


Revisions:

  1. Created By David Poeschl (7/8/2014 2:45:49 PM)
  2. Screenshot added by jcouv

image

@dpoeschl dpoeschl added this to the Unknown milestone Feb 16, 2015
@dpoeschl dpoeschl added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Area-IDE labels Feb 16, 2015
@alexsorokoletov
Copy link
Contributor

src\EditorFeatures\CSharp\QuickInfo\SemanticQuickInfoProvider.cs is probably a good place to start
@Pilchie

@sharwell sharwell added 3 - Working and removed help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Jun 18, 2018
@sharwell sharwell modified the milestones: Unknown, 15.8 Jun 18, 2018
sharwell added a commit to sharwell/roslyn that referenced this issue Jun 18, 2018
@sharwell sharwell self-assigned this Jun 18, 2018
@sharwell sharwell added 4 - In Review A fix for the issue is submitted for review. and removed 3 - Working labels Jun 18, 2018
@jinujoseph jinujoseph modified the milestones: 15.8, 16.0 Jun 26, 2018
@jinujoseph jinujoseph modified the milestones: 16.0, 16.1.P1 Jan 18, 2019
@jinujoseph jinujoseph modified the milestones: 16.1.P1, Backlog Apr 24, 2019
@CyrusNajmabadi
Copy link
Member

Closing out due to lacck of feedback.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants