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
Added support for open generics in RuntimeTypeInfo.
Core, Data
Made IIdentifiable.Id : object, gave up the Id type. (breaking change)
Made the Id type static, providing only the IsUnset function.
Data.Model
Added KeyAnnotations (Default, Natural, Primary).
Added AttributeAnnotation to provide the runtime attribute.
Added the EntityPart attribute, for building entity graphs.
Model
Made AspectAnnotation inherit from MixinAnnotation
Invoke IElementConfigurators from annotations in ModeElementBase. This adds the possibility of configuring a model element before finalizing construction (like computing the keys based on annotations).
Fixed the calculation of dependencies, aspects were ignored.