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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: