Search code examples
entity-framework-6abp-framework

Method not found: 'System.String Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.get_Name()'


in my project i use ef core 6*. version. and AspNetCoreHero.EntityFrameworkCore.AuditTrail.dll for Auditing. is it compatible with ef core 6. when call commit method getting this error: Method not found: 'System.String Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.get_Name()' how can it be fixed? thank you


Solution

  • i update EFCORE nugget to 6.0.8 - it worked with me after update.