Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages from EF Core #1490

Closed
tfritzke opened this issue Jan 31, 2021 · 1 comment
Closed

Warning messages from EF Core #1490

tfritzke opened this issue Jan 31, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@tfritzke
Copy link
Contributor

I've testing release 9.0-rc1 with the example MvcWeb application. This warning appears several times in the application's debug log:

Microsoft.EntityFrameworkCore.Query: Warning: The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results.

@tidyui tidyui added the core-ef label Jan 31, 2021
@tidyui tidyui added this to the Version 9.0 milestone Jan 31, 2021
@tfritzke
Copy link
Contributor Author

Resolved with #1491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants