bilal-fazlani / tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
https://tracker-enabled-dbcontext.bilal-fazlani.com/
Other
217 stars 110 forks source link

#90 Fluent API for excluding fields does not work with base classes #164

Closed ahahcbigeim closed 5 years ago

ahahcbigeim commented 5 years ago

TrackingDataStore.PropertyConfigStore should not determine types of entities by calling property.GetPropertyInfo(), but should store types specified by the configuring method of fluent API.

ahahcbigeim commented 5 years ago

will submit a new pr