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

Use project full path as document path when opening PM UI for project #2777

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

zivkan
Copy link
Member

@zivkan zivkan commented Mar 26, 2019

You can right click the window tab in Visual Studio and select "Copy
Full Path" or "Open Containing Folder". VS needs to know the full path
to the project file for this to work.

Bug

Fixes: NuGet/Home#7913
Regression: No

  • Last working version:
  • How are we preventing it in future: vendor tests

Fix

Details: Give Visual Studio the full path to the project file, rather than the relative path used in the .sln file.

Testing/Validation

Tests Added: No
Reason for not adding tests: minor UI fix
Validation:

You can right click the window tab in Visual Studio and select "Copy
Full Path" or "Open Containing Folder". VS needs to know the full path
to the project file for this to work.
Copy link
Member

@nkolev92 nkolev92 left a comment

Choose a reason for hiding this comment

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

Make sure you add this test on the vendor's list.

@zivkan zivkan merged commit bdfb43e into dev Mar 27, 2019
@zivkan zivkan deleted the dev-zivkan-pmui-project-path branch March 27, 2019 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants