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
I think we should take core bits out of TrackableEntities.Common and put them into TrackableEntities.Common.Core:
TrackingState enum
ITrackable interface
This is for folks who may want to manually set or get tracking state without concern for higher level API's, such as object graph recursion. Those higher level API's can continue to exist in TrackableEntities.Common, so existing references will remain valid, but Common will depend on Common.Core. That way, someone wishing just to manually set or get TrackingState may do so without bringing in stuff they don't need, which seems like a cleaner design.
The text was updated successfully, but these errors were encountered:
I think we should take core bits out of TrackableEntities.Common and put them into TrackableEntities.Common.Core:
This is for folks who may want to manually set or get tracking state without concern for higher level API's, such as object graph recursion. Those higher level API's can continue to exist in TrackableEntities.Common, so existing references will remain valid, but Common will depend on Common.Core. That way, someone wishing just to manually set or get TrackingState may do so without bringing in stuff they don't need, which seems like a cleaner design.
The text was updated successfully, but these errors were encountered: