build(deps): update dependency dapper.aot to 1.1.0 - #488
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Up to standards ✅🟢 Issues
|
renovate
Bot
force-pushed
the
dep/dapper.aot-1.x
branch
from
September 12, 2026 00:41
5453eae to
2ab2b58
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.48→1.1.0Release Notes
DapperLib/DapperAOT (Dapper.AOT)
v1.1.0Compare Source
What's new in 1.1.0
Features
[module: TypeHandler(typeof(Value), typeof(Handler))]withIDbValueHandler<T>/DbValueHandler<T>, plus a shim so an existing vanillaSqlMapper.ITypeHandlercan be named as-is. The old generic
[TypeHandler<,>]never did anything and is now obsolete (#159, #165, #173).DynamicParameterssupported, by deferring to the bag's own protocol.where id in @ids— now generated.Fixes
CommandBehavior. AOT was forcingSingleResult/SingleRow, which swallowedexceptions vanilla threw and made async single-row reads ~10x slower.
DynamicRecordnow behaves likeDapperRow:nullrather thanDBNull, and mutable.DateOnlyvalues from providers that return them (Npgsql 10date).{=name}).Says what it's doing — the theme of this release
publish with nothing said at build time.
CommandDefinitionspellings now report DAP057; the rest report DAP001.PublishAotis set, information otherwise — loud exactly where fallingback to vanilla Dapper is a latent publish failure, quiet where it's only a missed optimisation.
Type-based APIs (Query(Type, ...),GetRowParser(Type)) are now an explicit non-goal, with DAP056naming the generic overload to use instead.
Also
net10.0target; docs refreshed for .NET 10, including theInterceptorsPreviewNamespaces→InterceptorsNamespacesSDK rename (set both if you build on .NET 8 and newer SDKs).Upgrading: if your project sets
PublishAot, expect new warnings — each one is a call-site that would havefailed silently after publish. JIT projects see no new build output.
Thanks to @andreasblueher, @gtbuchanan, @HarnageaGabriel, @JamesNK, @MrSmoke and @GraDea for contributions this release.
Details
New Contributors
Full Changelog: DapperLib/DapperAOT@1.0.52...1.1.0
v1.0.52Compare Source
What's Changed
New Contributors
Full Changelog: DapperLib/DapperAOT@1.0.48...1.0.52
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.