-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
This code file does not get generated when using a shared project (.shproj) for sharing code between Visual Studio 2019 and 2022 and the .vsct file is in the shared project.
To Reproduce
Steps to reproduce the behavior:
- Create two menu extension projects, one for VS2019 and another for VS2022.
- Create a shared project (with extension
.shproj) - Move all code and
.vsctfiles to the shared project - Right click on the
.vsctfile and click onSynchronize To Code File - Notice that the above step does nothing.
- Manually change the `.projitems' file to what the above menu item does
- Build the project and notice that the build fails due to missing generated
.csfile for the.vsctfile.
Expected behavior
The .cs file gets generated and build succeeds
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working