Skip to content
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

Enable plugin package download #1387

Merged
merged 24 commits into from
May 27, 2017
Merged

Conversation

dtivel
Copy link
Contributor

@dtivel dtivel commented May 17, 2017

@dtivel dtivel force-pushed the dev-dtivel-plugin-download-package-support branch 3 times, most recently from 825af55 to b2678ce Compare May 18, 2017 19:47
Copy link
Member

@emgarten emgarten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed offline, LGTM 🥇

Copy link
Contributor

@alpaix alpaix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fabulous!

private PluginFactory _pluginFactory;
private ConcurrentDictionary<string, Lazy<Task<IReadOnlyList<OperationClaim>>>> _pluginOperationClaims;
private IPluginFactory _pluginFactory;
private ConcurrentDictionary<string, ConcurrentDictionary<string, Lazy<Task<IReadOnlyList<OperationClaim>>>>> _pluginOperationClaims;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider utilizing a combined key to avoid nested dictionaries.

@dtivel dtivel force-pushed the dev-dtivel-plugin-download-package-support branch 2 times, most recently from f61913d to 7b385dc Compare May 26, 2017 22:18
@dtivel dtivel force-pushed the dev-dtivel-plugin-download-package-support branch from 7b385dc to 5447019 Compare May 27, 2017 01:39
@dtivel dtivel merged commit 8703406 into dev May 27, 2017
@dtivel dtivel deleted the dev-dtivel-plugin-download-package-support branch June 5, 2017 20:37
dtivel added a commit that referenced this pull request Jun 30, 2017
dtivel added a commit that referenced this pull request Jul 10, 2017
dtivel added a commit that referenced this pull request Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants