Skip to content

Remove Entry Added in Xamarin Forms Project #78

@kalirajanganesan

Description

@kalirajanganesan

Hi @mhutch / @mrward ,

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.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions