Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-26Complete implementation of addin scan data file generationLluis Sanchez
Refactored the code to allow generating scan data files independently from the add-in database update process. The new AddinFolderVisitor class can be used to visit all the add-in folders. Split the functionality previously in AddinScanner in two classes. AddinRegistryUpdater is now in charge of locating the addins. AddinScanner now only implements the actual add-in scanning code, and the logic to setup a custom assembly resolver has moved there.