I'm trying to use ModelBase as the base class for EntityBase as suggested in the documentation at https://catelproject.atlassian.net/wiki/display/CTL/Using+ModelBase+as+base+for+entities.
I'm using VS Express 2013 for Windows Desktop (C#), EF v6 and Catel v3.9.
When trying to build the app I receive the following error message:
Error 1
Catel.Data.ModelBase<T>
is obsolete: Generic class is no longer being used, use the non-generic base instead Please useModelBase
instead. Will be removed in version 4.0.0.
I'm unfamiliar with Catel and Entity Framework so would appreciate up-to-date guidance on how I should be using these together.