You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes in EF Core have resulted in AsNoTracking() being faster for simple queries, but slower for complex queries (described at dotnet/efcore#14366).
https://docs.microsoft.com/en-us/ef/core/querying/tracking
The text was updated successfully, but these errors were encountered: