-1
Hello,
After installation of the package Google.Cloud.Firestore versão 2.3.1
, I’m having ambiguity error between the Microsoft.EntityFrameworkCore
and System.Linq.AsyncEnumerable.ToListAsync
and for this reason I can not make the query in the database using await _dbContextMySQL.JogoOnLine.ToListAsync();
.
I’ve researched and found only this comment here, but it didn’t solve. Can help?