Ross ROSS = Recommend OSS · open-source software intelligence for agents

Biarity/Sieve

⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core observed · 2026-08-28

github.com/Biarity/Sieve · C# · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3140
  • days_rel: n/a
  • days_push: 828
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1301 stars · 145 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Sieve is a .NET Core library that adds sorting, filtering, and pagination to ASP.NET Core APIs, typically applied to Entity Framework queries in GET endpoints. It uses attributes or a fluent API to declare which model properties are sortable and filterable, and processes client-supplied query parameters via a SieveModel.

Use cases

  • add sorting, filtering, and pagination to ASP.NET Core GET endpoints
  • let clients sort and filter API results via query parameters
  • paginate large Entity Framework query results
  • declare filterable and sortable model properties with attributes or a fluent API
  • add custom sort and filter methods to API queries

When to choose

  • you're building an ASP.NET Core REST API backed by EF Core and need consistent list-endpoint querying
  • you want a lightweight, declarative alternative to hand-writing sort/filter/pagination logic
  • you need extensible custom filter/sort behavior per entity

When to avoid

  • you're not on .NET / ASP.NET Core
  • you need full-text or fuzzy search rather than simple field filtering
  • you want GraphQL-style flexible querying or OData
  • the project appears to be in maintenance with limited recent feature development

Facets

library · maturity maintenance

web-framework middleware search-engine web-development backend apis dotnet aspnetcore sorting filtering pagination querying entity-framework web-server

1 source

Member repositories

RepositoryRoleHealth v2
Biarity/Sievemain23

For agents

markdown · JSON · MCP: product_card(name="Biarity/Sieve")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem