urfnet / URF.Core

Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.
https://github.com/urfnet
MIT License
309 stars 62 forks source link

Modify Properties to be virtual #64

Open albertoVieiraNeto opened 4 years ago

albertoVieiraNeto commented 4 years ago

Is it possible to change the properties of the class Entity on the namespace URF.Core.EF.Trackable to be virtual? this would help in extending functionality, for example adding a per-property change tracking event.