danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
881 stars 157 forks source link

Child container tests #36

Closed ipjohnson closed 10 years ago

ipjohnson commented 10 years ago

I've added a new Child Container test. It creates a child container, adds two exports to it and then resolves a type from the child container.

danielpalme commented 10 years ago

Hi Ian, did you forget to commit the file containing the SimpleExport method which is used for Grace?

danielpalme commented 10 years ago

Fixed it myself. The project file was incorrect.

ipjohnson commented 10 years ago

Hi Daniel,

The SimpleExport method is new for version 2.0.0. I'm guessing I messed something up with the NuGet version when I checked it in.

Could u check and see what version of the library it's pulled down?

-Ian

Sent from my iPhone

On Jan 7, 2014, at 2:19 PM, Daniel Palme notifications@github.com wrote:

Hi Ian, did you forget to commit the file containing the SimpleExport method which is used for Grace?

— Reply to this email directly or view it on GitHub.

ipjohnson commented 10 years ago

Sorry about that. I think I had started doing the development with a local version and didn't get it updated properly when it came time to commit.

On Tuesday, January 7, 2014 2:23 PM, Daniel Palme notifications@github.com wrote:

Fixed it myself. The project file was incorrect. — Reply to this email directly or view it on GitHub.