BoDi
BoDi copied to clipboard
Exception when registering types defined in the .NET Standard libraries
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)