mvvmlight icon indicating copy to clipboard operation
mvvmlight copied to clipboard

Missing method of SimpleIoc.Default.Register

Open leonhoo opened this issue 6 years ago • 0 comments

I get types and interface in the Assembly, so I can't use

SimpleIoc.Default.Register<IDataService, DataService>();

can we add the method ?

SimpleIoc.Default.Register(typeInterface, type);

( pulled by nuget )

leonhoo avatar Jun 26 '18 03:06 leonhoo