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

Move to a flat shared project structure #2943

Merged
merged 1 commit into from Nov 30, 2021
Merged

Conversation

jaredpar
Copy link
Collaborator

The VS team was able to identify the root problem here. The shared
project system expects to essentially see a flat list of projects where
as VsVim had added indirection through various target files. This is a
bug but it also has a very easy work around on the VsVim side: just
flatten the shared project hierarchy.

Tried this on my local machine with VS 2022 and was able to use the nav
bar just fine.

The VS team was able to identify the root problem here. The shared
project system expects to essentially see a flat list of projects where
as VsVim had added indirection through various target files. This is a
bug but it also has a very easy work around on the VsVim side: just
flatten the shared project hierarchy.

Tried this on my local machine with VS 2022 and was able to use the nav
bar just fine.

- https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1358472
- dotnet/project-system#7399
@jaredpar jaredpar merged commit 6b9e65b into master Nov 30, 2021
@jaredpar jaredpar deleted the dev/jaredpar/shared branch November 30, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant