MonoDevelop.AddinMaker
MonoDevelop.AddinMaker copied to clipboard
Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions
When trying to using Xamairn.Forms to create addin UI. I am getting following build error: `Error MSB4096: The item "obj/Debug/net461/_Manifest.addin.xml" in item list "EmbeddedResource" does not define a value for...
This should help speed up builds and remove some warnings from the output
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...
I have created the Visual studio mac extensions mpack file using ide-extensions project after installing addin.maker extesnions. I am facing below installation warning while installing my mpack Error: The add-in...
Implement a "generate class" quick fix for addin files.
Implement some validation for addin files, for example: - [ ] missing required attribute - [ ] unknown element/attribute - [ ] unknown class - [ ] class is of...
https://github.com/mono/mono-addins/blob/1499f1e5b93946ea973726329b28f06c4b35a345/Mono.Addins.Setup/Mono.Addins.Setup/SetupService.cs#L528