duality icon indicating copy to clipboard operation
duality copied to clipboard

Add a downloaded plugin to your VS-Solution automatically

Open ChristianGreiner opened this issue 9 years ago • 4 comments

Introduce a way to add new downloaded plugins from the repo in your VS-solution. So you don't need to reference this plugin manually.

In the Repo-Manager you can decide if the the plugin should referenced in your VS-Solution or not before it gets installed. Maybe a checkbox? (default = false)

What do u think?

ChristianGreiner avatar Aug 26 '16 09:08 ChristianGreiner

It's possible, but I do like to think of adding a project reference as an operation that a user should do explicitly, especially since most plugins do not need to be referenced at all.

Open for discussion!

ilexp avatar Aug 26 '16 18:08 ilexp

This feels like a plugin specific setting. Maybe make it possible for plugin authors to modify their package to include such a setting which duality then uses to decide this?

There is another issue though. How will it handle solutions with multiple projects?

Rick-van-Dam avatar Mar 29 '18 14:03 Rick-van-Dam

Both good points.

There is another issue though. How will it handle solutions with multiple projects?

Could be added to all the projects. Then again, Duality usually doesn't interfere with solution or project files beyond a minimum, and I think that's generally a good thing. We don't know what additional projects users might have in there, or even what project types those are.

ilexp avatar Mar 29 '18 16:03 ilexp

Could be added to all the projects.

When the user first downloads the plugin, shouldn't it be possible to allow them to select each project that should get the reference? We could have a select-all or solution-wide option as well, but only having that option is going to be annoying for users that work with multiple projects.

deanljohnson avatar Apr 02 '18 15:04 deanljohnson