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
People may make their own abstract types that inherit from ExplicitMapper<,> which they will then inherit from themselves. Currently these types won't be found in assembly scanning. Need to modify code to scan up through all base types until object is found (hint use IsAssignableFrom)
The text was updated successfully, but these errors were encountered:
People may make their own abstract types that inherit from
ExplicitMapper<,>
which they will then inherit from themselves. Currently these types won't be found in assembly scanning. Need to modify code to scan up through all base types until object is found (hint useIsAssignableFrom
)The text was updated successfully, but these errors were encountered: