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

Assembly Name #1

Open
yannduran opened this issue Aug 13, 2019 · 3 comments
Open

Assembly Name #1

yannduran opened this issue Aug 13, 2019 · 3 comments
Labels
question Further information is requested

Comments

@yannduran
Copy link

Hi, I was wondering in which assembly you found the new Start Window? Could you please tell me the name of the assembly? Thank you!

@gekka
Copy link
Owner

gekka commented Oct 26, 2019

Visual Studio 2019 is built with WPF. So it was possible to find it by enumerating windows from System.Windows.Application.Current.Windows.
The assembly can be examined with the widow.GetType().

The assembly found will be in Microsoft.VisualStudio.Shell.UI.Internal.dll.

@yannduran
Copy link
Author

Thank you!

Is this a working project? If I install the extension from the marketplace, it doesn't do anything. And the same if I run the forked code.

@gekka
Copy link
Owner

gekka commented Oct 26, 2019

What is the installed version of your visual studio?
This tool hacks the standard dialog, so this tool depends on the specific version.
Currently, this has been tested on English and Japanese versions 16.1.2, 16.3.5 and 16.4prev1.

@gekka gekka added the question Further information is requested label Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants