Ambiguous call when using LINQ extension method on DbSet

The described problem is caused by using the System.Linq.Async package along with the DbSet<TEntity> class. Since DbSet<TEntity> implements both IQueryable<TEntity> and IAsyncEnumerable<TEntity>, importing the namespaces System.Linq and Microsoft.EntityFrameworkCore leads to the definition of the conflicting extension methods. Unfortunately, avoiding importing one of them is usually not practicable. This behavior is present beginning with EF.Core 3.0, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)