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
Hello,
There is a TODO in src\NHibernate\Mapping\Set.cs, which indicates that dynamic components is not generic at the moment.
Can we fix this?
// If this set is part of a dynamic component, IsGeneric will be false, in
// which case we default to typing as object.
// TODO: For sets in dynamic component, grab the element type from the class attribute in the mappings.
I am having to use HashSet for dynamic types to prevent that problem
The text was updated successfully, but these errors were encountered:
Hello,
There is a TODO in src\NHibernate\Mapping\Set.cs, which indicates that dynamic components is not generic at the moment.
Can we fix this?
I am having to use HashSet for dynamic types to prevent that problem
The text was updated successfully, but these errors were encountered: