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

Replace ServiceKeyGenerator with ServiceKey #2

Closed
alexmg opened this issue Jan 22, 2014 · 4 comments
Closed

Replace ServiceKeyGenerator with ServiceKey #2

alexmg opened this issue Jan 22, 2014 · 4 comments

Comments

@alexmg
Copy link
Member

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on November 11, 2007 12:00:04

The ServiceKeyGenerator class creates unique string keys based on other
strings or service types. A better design would encapsulate the underlying
identifier in a ServiceKey type, subclassed by TypeServiceKey and
NameServiceKey.

Original issue: http://code.google.com/p/autofac/issues/detail?id=1

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on November 12, 2007 04:04:43

ServiceKey could allow the Name member on IComponentRegistration to be eliminated...
if the type of IComponentRegistration.Services could be IEnumerable
instead of IEnumerable...

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on November 25, 2007 00:07:09

In progress in feature branch 'issue-1'

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on December 03, 2007 13:44:16

Status: Started

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on December 04, 2007 02:09:52

Status: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant