Releases: DapperLib/DapperAOT
Releases · DapperLib/DapperAOT
1.0.48
1.0.45
What's Changed
- support cancellation via args by @mgravell in #102
- improve detection of [InterceptsLocation] in the project scope by @mgravell in #105
- support inherited members by @mgravell in #106
- feat: warn about ambiguous properties/fields by @DeagleGross in #107
- analyzer: Warn about potentially incorrect pseudo-positional arguments processing by @DeagleGross in #118
- feature: support DbString in DapperAOT by @DeagleGross in #119
- chore: implement integration testing by @DeagleGross in #124
- fix: dont report DAP037 on array types by @DeagleGross in #125
- chore: handle warnings in build pipeline by @DeagleGross in #127
- Fix extremely minor typo in FAQ by @robmen in #130
- feat:
DateOnlyandTimeOnlysupport by @DeagleGross in #129 - feat: support DbCommand command-text via constructor string sql query parse by @DeagleGross in #135
- Fixup for net9 SDK build by @mgravell in #144
New Contributors
Full Changelog: 1.0.31...1.0.45
1.0.31
What's Changed
- feat: support
[Column]by @DeagleGross in #85 - fix AsyncAccessorDataReader.ReadAsync not setting Current by @mgravell in #99
- respect designated DbType when explicitly specified by @mgravell in #100
- fixup minor reported diagnostics by @mgravell in #101
Full Changelog: 1.0.27...1.0.31
1.0.27
1.0.23
1.0.16
1.0.14
1.0.11
1.0.10
What's Changed
- treat
IEnumerable<string,object[?]>parameters as "dynamic parameters" (not yet handled, but: correctly so)
Full Changelog: 1.0.8...1.0.10