Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Implemented a fix of dapper to handle Enums.#3

Open
usmanniqbal wants to merge 1 commit intomasterfrom
FMSP-390
Open

Implemented a fix of dapper to handle Enums.#3
usmanniqbal wants to merge 1 commit intomasterfrom
FMSP-390

Conversation

@usmanniqbal
Copy link
Copy Markdown

For reference:
DapperLib@b9288b4
Fix DapperLib#468 - CreateParamInfoGenerator should treat enums as primitives,…

For reference:
DapperLib@b9288b4
Fix DapperLib#468 - CreateParamInfoGenerator should treat enums as primitives,…
@usmanniqbal usmanniqbal requested review from haeal and kerryarts May 14, 2019 21:46
Comment thread Dapper NET40/SqlMapper.cs
checkForNull = false;
}
}
bool checkForNull;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this file uses spaces, not tabs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass enums as (boxed) basic primitives, not (boxed) as enums

2 participants