MonoDevelop.AddinMaker icon indicating copy to clipboard operation
MonoDevelop.AddinMaker copied to clipboard

Validation for addin files

Open mhutch opened this issue 7 years ago • 0 comments

Implement some validation for addin files, for example:

  • [ ] missing required attribute
  • [ ] unknown element/attribute
  • [ ] unknown class
  • [ ] class is of incorrect base type
  • [ ] unknown command ID
  • [ ] unknown image ID

mhutch avatar Aug 05 '18 16:08 mhutch