Skip to content

Instantly share code, notes, and snippets.

@jeremydmiller
Created September 19, 2014 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremydmiller/907e1deb2553a5ca5b18 to your computer and use it in GitHub Desktop.
Save jeremydmiller/907e1deb2553a5ca5b18 to your computer and use it in GitHub Desktop.
Container.WhatDoIHave()
=================================================================================================================================================
PluginType Namespace Lifecycle Description Name
-------------------------------------------------------------------------------------------------------------------------------------------------
Func<TResult> System Transient Open Generic Template for Func<> (Default)
-------------------------------------------------------------------------------------------------------------------------------------------------
Func<T, TResult> System Transient Open Generic Template for Func<,> (Default)
-------------------------------------------------------------------------------------------------------------------------------------------------
IContainer StructureMap Transient Object: StructureMap.Container (Default)
-------------------------------------------------------------------------------------------------------------------------------------------------
IEngine StructureMap.Testing Transient StructureMap.Testing.Hemi ('The Hemi') (Default)
Singleton StructureMap.Testing.VEight ('V8')
UniquePerRequest StructureMap.Testing.FourFiftyFour
ThreadLocalStorage StructureMap.Testing.StraightSix
Transient Lambda: new Rotary() Rotary
Transient Lambda: IContext.GetInstance()
Singleton Object: I'm an inline 4!
Transient Lambda: new NamedEngine(IContext.RequestedName) *Missing Named Instance*
Transient StructureMap.Testing.VTwelve *Fallback*
-------------------------------------------------------------------------------------------------------------------------------------------------
Lazy<T> System Transient Open Generic Template for Func<> (Default)
=================================================================================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment