-
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
Framework selector menu should show the friendly name of the framework #1674
Comments
I have a pending change that contains a component that can provide friendly target frameworks names obtained from Nuget API. Will let you know when i check it in. |
I disagree that this should be done by the project system. This should be calculated during the build, for use both in the build, and in VS. |
Build is too slow - what would you show in VS until build is not happened? We have 3 places now: editor top combobox, F5 framework selector and Solution explorer tree - all of them need friendly framework names and should be displayed when project just opened. If we wait for build and then update UI - too many flicks and bad UI design. I already have a component that talks to Nuget API and uses same Nuget assemblies build would use to determine frameworks , why not use it if we can? |
By build here, I mean during evaluation in the same way that we calculate the full TFM. |
The menu shows the short names. Instead it should show the friendly name
The text was updated successfully, but these errors were encountered: