elsa-workflows / elsa-workflows/elsa-core

[CHORE] Improve warning for unordered 'Skip'/'Take' operations in EF Core queries

Open
#5,247 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.