Need to make some changes in Developers guide doc.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I was working with a plugin development and found some points which needs(I think) to be change in developer documentation.

1. EntityTypeConfiguration To NopEntityTypeConfiguration  

At public class TrackingRecordMap : EntityTypeConfiguration<TrackingRecord>

2. public class TrackingRecordObjectContext : DbContext, IDbContext

It gives an error:



Need to Add following methods:

ProxyCreationEnabled
AutoDetectChangesEnabled
Detach

I know it's minor one but it will helpful for newcomers!
6 years ago
Agreed.. Good research Man :)
6 years ago
Thanks a lot!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.