Crypter
Crypter copied to clipboard
[Feature] Default the DbContext to use 'AsNoTracking'
I'd like to disable Entity Framework Core's tracking mechanism across the whole project; only enabling tracking in cases where the API would need to make an update an entity in the database.