StructureMap.Microsoft.DependencyInjection icon indicating copy to clipboard operation
StructureMap.Microsoft.DependencyInjection copied to clipboard

Replace TryGetInstance to GetInstance

Open kdaadk opened this issue 5 years ago • 0 comments

Sometimes we use concrete classes and StructureMapServiceProvider.GetInstance() doesn't resolve instances. But GetInstance can resolve it - Auto Resolving Concrete Types

Might want to accept changes

kdaadk avatar Aug 20 '20 14:08 kdaadk