BoDi icon indicating copy to clipboard operation
BoDi copied to clipboard

Exception when registering types defined in the .NET Standard libraries

Open godrose opened this issue 8 years ago • 0 comments

Repro steps: Create a .NETStandard project Create a .NETFramework project with BoDi container in it Dynamically register the types defined in the .NETStandard project

Expected: Type registration works

Actual: Exception is thrown: {"type mapping is not valid"} in BoDi.ObjectContainer.RegisterTypeAs(Type implementationType, Type interfaceType)

godrose avatar Dec 19 '17 13:12 godrose