forked from DapperLib/DapperAOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup remaining tests (DapperLib#58)
* - fault handling - DAP037 (needs test+docs) * DAP037 tests; docs are no longer optional * args * fix rowcount change
- Loading branch information
Showing
62 changed files
with
967 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# DAP037 | ||
|
||
When materializing results, Dapper needs to be able to assign values. It can do this in a range | ||
of ways, including: | ||
|
||
- accessible fields that are not `readonly` | ||
- accessible `set` accessors | ||
- accessible `init` accessors | ||
- constructors (using `[ExplicitConstructor]` to select if ambiguous) | ||
|
||
If there are *no* accessible members: you're not going to get very interesting results, hence this warning! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.