-
-
Notifications
You must be signed in to change notification settings - Fork 455
Update plugins via Pluginsmanager #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
taooceros
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems Great
| return false; | ||
| } | ||
| }) | ||
| .ToList(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actaully, we can remove the ToList() here (also the one for Installlation) to keep it as an IEnumerable to make Linq calculate the where and select method together, which should be faster (though not significant), since this result is only calculated once else where.
|
done please rereview @taooceros |
taooceros
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
|
awesome thanks. Do you have the ability to merge as well? |
pm updateto see a list of available plugins to update