- Introduced GetAll() and GetAllAsync() to provide full entity retrieval options. - Updated obsolete warnings: - Read() now marked with "Use CreateAsync, UpdateAsync or DeleteAsync". - ReadOnly() points to IRepository<TEntity>.Where. - Removed old Get() method in favor of new retrieval methods.