zcz527 / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

Type signature for Keyed() method on scanning registrations is wrong #306

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The type signature for Keyed(() => x) registrations uses "string" rather than 
"object", so overload resolution doesn't work properly and the delegate itself 
gets used as the key.

Original issue reported on code.google.com by nicholas...@gmail.com on 6 Mar 2011 at 5:05

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by nicholas...@gmail.com on 6 Mar 2011 at 5:06