Skip to content

Issue: New .NET Foundation Project Application - Query Builder #472

@nithyav2017

Description

@nithyav2017

Project Name

Query Builder

License

MIT

Contributor

Nithya

Existing OSS Project?

No

Source Code URL

https://github.com/nithyav2017/nithya-devhub/tree/master

Project Homepage URL

Project Transfer Signatories

Name : Nithya Venkatakrishnan
Email Address: [email protected]

Description

Dynamic Query Composition in .NET: Introducing QueryBuilder Tool

Overview:
Entity Framework Core Query builder is a lightweight utility that simplifies building dynamic LINQ
queries for Entity Framework Core.

Motivation:

  • Many applications need filterable/searchable API endpoints
  • This tool standardizes the filtering/pagination logic.

Goals:

  • Provide a fluent API to build queries dynamically.
  • Support Where, OrderBy, Skip, Take out of the box.
  • Allow JSON- based query definition, making it easy for frontends to send filter objects.
  • Keep lightweight , dependency-free , and EF core friendly.
    Non-goals:
  • No complex joins or groupings , sending JSON filter objects from the front end in first release(future version may add).

What are you hoping from the foundation

As a first time contributor , I'm hoping the .NET foundation can provide guidance as I enhance my project . I am eager to connect with others who value reusable utilities and collaborative learning. I'm especially interested in learning how to manage issues, triage feedback , and maintain a healthy release cadence. I'd appreciate mentorship and resources that help me evolve Querybuilder into a reliable tool for the community.

Name

Nithya

Email

[email protected]

GitHub Profile URL

No response

Committers

No response

Discord Ids

No response

Governance Model

  • All changes are proposed via pull requests to the "master" branch.
  • PRs are reviewed for clarity, correctness and alignment with project goals.
  • The "master" branch is kept stable - no direct pushes.

CLA

  • If already an OSS project, was a Contribution License Agreement in place for contributions accepted?

How does the project check who has signed one?

No response

CLA Notification Alias

No response

Select the Project Transfer Agreement model

Assignment

Repository Layout

No response

Eligibility Criteria

  • The project is built on the .NET platform and/or creates value within the .NET ecosystem.
  • The project produces source code for distribution to the public at no charge.
  • The project's code is easily discoverable and publicly accessible (preferably on GitHub).
  • The project contains a build script that can produce deployable artifacts that are identical to the official deployable artifacts, with the exception of code signing (Exception may be granted for strong name keys, though strongly encouraged to be committed. Exception relies on OSS signing being in the build script for public builds).
  • When applicable, project must use reproducible build settings in its toolchain.
  • The project uses Source Link.
  • The project uses either embedded PDBs or publish symbol packages to NuGet (if applicable).
  • The project code signs their artifacts as appropriate.
  • The project organization has 2FA enabled. Requiring 2FA must be done as part of onboarding if not already enabled.
  • Libraries that are mandatory dependencies of the project are offered under a standard, permissive open source license which has been approved by the .NET Foundation (exceptions include a dependency that is required by the target platform where no alternative open source dependency is available such as the .NET Framework or a hardware specific library).
  • Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.
  • The copyright ownership of everything that the project produces is clearly defined and documented.
  • The project has a public issue tracker where the status of any defect can be easily obtained.
  • The project has a published Security Policy.
  • The project has a home page which provides high level information about its status and purpose.
  • The project has a public communication channel where community members can engage with maintainers.
  • The project has a publicly available location where members can review and contribute to documentation.

Describe why you are applying for Project Membership.

I'm applying for Project Membership to grow QueryBuilder into a reliable open source tool with community support and best practices from the .NET Foundation

Infrastructure Requirements Summary

No response

Additional Notes

No response

Metadata

Metadata

Labels

project applicationproject supportUse this label to request support for an existing .NET Foundation project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions