You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//the following statement will bind A0 and A2; A1 will be excluded due to IExclude<>ScanInAssembliesWith<A0>().SelectAllWithOpenGeneric<IA<object,object>>()//generic arguments 'object' means NOTHING! it will be removed by Dpdt, so IA<object, object> will be transformed into IA<,> (open generic).ExcludeAllWithOpenGeneric<IExclude<object,object>>()//again, 'object' means nothing, as above.FromAllInterfaces().ToItself().WithSingletonScope().Setup<SubsetNoOrderConstructorSetting<int,long>>()// <------------------------;
CHECK IF IT WORKS ALREADY AND WRITE A TEST IF SO!
The text was updated successfully, but these errors were encountered:
like https://github.com/lsoft/DpdtInject#constructor-choosing
CHECK IF IT WORKS ALREADY AND WRITE A TEST IF SO!
The text was updated successfully, but these errors were encountered: