elsa-workflows / elsa-workflows/elsa-core
[CHORE] Improve warning for unordered 'Skip'/'Take' operations in EF Core queries
Open
elsa 3
maintenance
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
When using Entity Framework Core, the library logs a warning (Microsoft.EntityFrameworkCore.Query[10102]) if a query utilizes row limiting operations (`Skip`/`Take`) without preceding these with an `OrderBy` operation. This warning indicates potential for unpredictable results.
Contributor guide
Assessment
This issue has not been assessed yet.