Skip to content

build(deps): update dependency dapper.aot to 1.1.0 - #488

Open
renovate[bot] wants to merge 1 commit into
developfrom
dep/dapper.aot-1.x
Open

renovate[bot] wants to merge 1 commit into
developfrom
dep/dapper.aot-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Dapper.AOT (source) 1.0.481.1.0 age confidence

Release Notes

DapperLib/DapperAOT (Dapper.AOT)

v1.1.0

Compare Source

What's new in 1.1.0

Features

  • Type handlers now actually work: [module: TypeHandler(typeof(Value), typeof(Handler))] with
    IDbValueHandler<T> / DbValueHandler<T>, plus a shim so an existing vanilla SqlMapper.ITypeHandler
    can be named as-is. The old generic [TypeHandler<,>] never did anything and is now obsolete (#​159, #​165, #​173).
  • DynamicParameters supported, by deferring to the bag's own protocol.
  • List expansionwhere id in @ids — now generated.

Fixes

  • Matches vanilla's default CommandBehavior. AOT was forcing SingleResult/SingleRow, which swallowed
    exceptions vanilla threw and made async single-row reads ~10x slower.
  • DynamicRecord now behaves like DapperRow: null rather than DBNull, and mutable.
  • Command parameters are cleared on teardown, as vanilla does.
  • DateOnly values from providers that return them (Npgsql 10 date).
  • Analyzer false positives: DAP026 (unions/parens), DAP018, DAP214 ({=name}).
  • Several cases that emitted uncompilable code now refuse cleanly instead.

Says what it's doing — the theme of this release

  • 34 overloads used to be dropped in silence: they worked under JIT and failed after a native-AOT
    publish with nothing said at build time. CommandDefinition spellings now report DAP057; the rest report DAP001.
  • DAP001/DAP057 are warnings when PublishAot is set, information otherwise — loud exactly where falling
    back 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 DAP056
    naming the generic overload to use instead.
  • New refusals rather than bad codegen: DAP050 (unconstructable results), DAP051 (generic-by-containment).

Also

  • net10.0 target; docs refreshed for .NET 10, including the InterceptorsPreviewNamespaces
    InterceptorsNamespaces SDK 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 have
failed 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.52

Compare Source

What's Changed
New Contributors

Full Changelog: DapperLib/DapperAOT@1.0.48...1.0.52


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "before 8am every weekday"

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Bumping application dependencies label Aug 22, 2026
@github-actions github-actions Bot added the Core Related to SnapX.Core label Aug 22, 2026
@socket-security

socket-security Bot commented Aug 22, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updateddapper.aot@​1.0.48 ⏵ 1.1.09310090100100

View full report

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate
renovate Bot force-pushed the dep/dapper.aot-1.x branch from 5453eae to 2ab2b58 Compare September 12, 2026 00:41
@renovate renovate Bot changed the title build(deps): update dependency dapper.aot to 1.0.52 build(deps): update dependency dapper.aot to 1.1.0 Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Core Related to SnapX.Core dependencies Bumping application dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants