0
sparkyjr created
Does the repository methods GetAsync(),GetAllListAsync() have AsNoTracking() enabled in them?
1 Answer(s)
-
0
No. You can see the source code: EfCoreRepositoryBaseOfTEntityAndTPrimaryKey.cs#L101-L104
You can replace it with your own repository base by adding AutoRepositoryTypes attribute to your DbContext as shown in the documentation.