-
Notifications
You must be signed in to change notification settings - Fork 391
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
Remove concept of "short name" in TargetFramework #2795
Labels
Feature-Dependency-Node
"Dependencies" node in Solution Explorer that display project, binary & package references
Resolution-Fixed
The bug has been fixed, refer to the milestone to see in which release it was fixed.
Triage-Approved
Reviewed and prioritized
Milestone
Comments
drewnoakes
added
the
Feature-Dependency-Node
"Dependencies" node in Solution Explorer that display project, binary & package references
label
Feb 13, 2020
Currently we use the short form in dependency ID strings. Using the long form will increase memory consumption. Blocking this on #5051. |
drewnoakes
added
the
Blocked
This issue is blocked from making progress due to another issue.
label
Mar 30, 2020
drewnoakes
removed
the
Blocked
This issue is blocked from making progress due to another issue.
label
Jul 24, 2020
ghost
added
the
Resolution-Fixed
The bug has been fixed, refer to the milestone to see in which release it was fixed.
label
May 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature-Dependency-Node
"Dependencies" node in Solution Explorer that display project, binary & package references
Resolution-Fixed
The bug has been fixed, refer to the milestone to see in which release it was fixed.
Triage-Approved
Reviewed and prioritized
TargetFramework has a short name concept - this has been fraught with bugs #2713 and #2388 because it's really tempting to compare it. Short name is not-canonical and should never be compared, it is solely a convenience used for developers writing project files.
We should remove concept of TargetFramework.ShortName.
The text was updated successfully, but these errors were encountered: