DapperLib / DapperLib/Dapper.Contrib

Table Pluralization

Open
#121 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
293
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Is there still no way to disable the default table pluralization?
I was looking for something compareable to entity framework becaues I can't use ef framework in the current project but the forced default table pluralization is killing me. The entity classes will be generated externally and I can not add the table attribute to the table type because everytime the interface gets extended the classes will be generated again and the attribute will be gone.

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

Start by locating the table-name pluralization entry point in Dapper.Contrib and read how entity types are mapped to tables. Check whether existing configuration or naming hooks can support generated classes without attributes. Done means users can disable the default pluralization and the behavior is covered by an appropriate test.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.