DapperLib / DapperLib/Dapper

Can provide a low-level API(API before mapping entity objects)?

Open
#1,842 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
18.4k
Forks
3.7k
Avg merge
5h 8m
Merged PRs (30d)
1

Description

Most of the time we get the object is also serialized (JSON or binary) and returned to the caller through the API, which will have an additional serialization object operation. For lists with large amounts of data, the objects created can also put pressure on the GC. If you can provide a low-level API before mapping each row of data to an object, you can customize the data returned by the query. Or an extension method can directly return the query result as a JSON string.😊This way the library becomes very powerful

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, entry points, or tests are named. Start by reviewing Dapper’s existing query and object-mapping APIs, then determine whether the requested low-level row access and direct JSON result are one feature or separate proposals. Done would require a concrete API scope, defined serialization behavior, and tests covering large result sets.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.