-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
We created the visualstudio mac extension file (mac) using addin maker for adding some files in the project We are using the below codes for add the files to project
Options 1:
IdeApp.ProjectOperations.AddFilesToProject(DotNetProject project,FilePath[] files, FilePath[] Targetdirectory, string buildAction);
Option 2:
project.AddFile(string File, string buildAction);
While adding the files to project remove entry added for some files like below image.
Could you please help to overcome that issue or else share the information any other options to add the project?
Note : This issue Randomly occurred not occured every time
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
