Skip to content

chore: Bump Autofac from 9.3.0 to 9.3.1#103

Merged
vbreuss merged 1 commit into
mainfrom
dependabot/nuget/Autofac-9.3.1
Jul 13, 2026
Merged

chore: Bump Autofac from 9.3.0 to 9.3.1#103
vbreuss merged 1 commit into
mainfrom
dependabot/nuget/Autofac-9.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updated Autofac from 9.3.0 to 9.3.1.

Release notes

Sourced from Autofac's releases.

9.3.1

What's Changed

Fix per-resolve closure allocation in resolve pipeline (#​1493) by @​tillig in autofac/Autofac#1494

Full Changelog: autofac/Autofac@v9.3.0...v9.3.1

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Autofac
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 13, 2026
@github-actions

Copy link
Copy Markdown

Test Results

   18 files  ±0     18 suites  ±0   6m 53s ⏱️ -17s
1 038 tests ±0  1 037 ✅ ±0  1 💤 ±0  0 ❌ ±0 
5 160 runs  ±0  5 159 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit cf9fe03. ± Comparison against base commit fe678a9.

@github-actions

Copy link
Copy Markdown

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 7763 2.45GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.301
[Host] : .NET 10.0.9 (10.0.9, 10.0.926.27113), X64 RyuJIT x86-64-v3

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Resolve Size Mean Error StdDev Ratio Allocated Alloc Ratio
baseline* 8 8.099 ns 0.0158 ns 0.0132 ns 1.09 - NA
Awaiten 8 7.464 ns 0.0150 ns 0.0125 ns 1.00 - NA
MsDI 8 7.394 ns 0.0188 ns 0.0167 ns 0.99 - NA
Autofac 8 120.243 ns 2.3688 ns 2.2158 ns 16.11 656 B NA
Jab 8 2.659 ns 0.0106 ns 0.0088 ns 0.36 - NA
PureDI 8 5.444 ns 0.0307 ns 0.0287 ns 0.73 - NA
DryIoc 8 9.069 ns 0.0115 ns 0.0090 ns 1.21 - NA
SimpleInjector 8 10.912 ns 0.0309 ns 0.0274 ns 1.46 - NA
baseline* 256 8.925 ns 0.0062 ns 0.0049 ns 1.06 - NA
Awaiten 256 8.459 ns 0.0356 ns 0.0316 ns 1.00 - NA
MsDI 256 7.224 ns 0.0095 ns 0.0085 ns 0.85 - NA
Autofac 256 119.057 ns 1.9953 ns 1.8664 ns 14.07 656 B NA
Jab 256 42.806 ns 0.2003 ns 0.1776 ns 5.06 - NA
PureDI 256 8.267 ns 0.0059 ns 0.0049 ns 0.98 - NA
DryIoc 256 9.216 ns 0.0272 ns 0.0241 ns 1.09 - NA
SimpleInjector 256 14.744 ns 0.1503 ns 0.1406 ns 1.74 - NA
Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
Intel Xeon Platinum 8370C CPU 2.80GHz (Max: 2.77GHz), 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.301
[Host] : .NET 10.0.9 (10.0.9, 10.0.926.27113), X64 RyuJIT x86-64-v4

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Realistic Mean Error StdDev Ratio Allocated Alloc Ratio
baseline* 243.5 ns 2.71 ns 2.41 ns 0.87 568 B 1.00
Awaiten 279.5 ns 0.85 ns 0.76 ns 1.00 568 B 1.00
MsDI 691.4 ns 5.24 ns 4.65 ns 2.47 1104 B 1.94
Autofac 6,491.1 ns 53.97 ns 47.84 ns 23.22 10784 B 18.99
Jab 219.5 ns 1.70 ns 1.59 ns 0.79 432 B 0.76
DryIoc 412.1 ns 1.66 ns 1.47 ns 1.47 944 B 1.66
SimpleInjector 761.2 ns 2.30 ns 2.04 ns 2.72 1096 B 1.93
PureDI 195.8 ns 4.06 ns 3.79 ns 0.70 632 B 1.11
Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
AMD EPYC 9V74 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.301
[Host] : .NET 10.0.9 (10.0.9, 10.0.926.27113), X64 RyuJIT x86-64-v3

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Build Size Mean Error StdDev Ratio Allocated Alloc Ratio
baseline* 8 20.45 ns 0.967 ns 0.905 ns 1.12 144 B 1.00
Awaiten 8 18.207 ns 0.2418 ns 0.2262 ns 1.00 144 B 1.00
MsDI 8 1,434.220 ns 7.3740 ns 6.1576 ns 78.78 5688 B 39.50
Autofac 8 32,265.069 ns 1,710.2555 ns 1,599.7740 ns 1,772.38 33098 B 229.85
Jab 8 8.014 ns 0.0345 ns 0.0288 ns 0.44 96 B 0.67
PureDI 8 16.060 ns 0.2929 ns 0.2739 ns 0.88 128 B 0.89
DryIoc 8 743.941 ns 13.8252 ns 12.9321 ns 40.87 1528 B 10.61
SimpleInjector 8 11,227.777 ns 50.5467 ns 47.2814 ns 616.76 24760 B 171.94
baseline* 256 94.80 ns 3.493 ns 3.267 ns 1.15 2128 B 1.00
Awaiten 256 82.268 ns 0.6021 ns 0.5632 ns 1.00 2128 B 1.00
MsDI 256 13,530.406 ns 165.1396 ns 154.4716 ns 164.48 61016 B 28.67
Autofac 256 730,688.774 ns 5,930.9637 ns 4,630.5063 ns 8,882.25 720916 B 338.78
Jab 256 64.842 ns 0.1745 ns 0.1547 ns 0.79 2080 B 0.98
PureDI 256 75.508 ns 0.1071 ns 0.0949 ns 0.92 2112 B 0.99
DryIoc 256 45,644.506 ns 266.2365 ns 249.0378 ns 554.85 80102 B 37.64
SimpleInjector 256 336,867.820 ns 679.9277 ns 602.7382 ns 4,094.96 573024 B 269.28

baseline* rows show the corresponding Awaiten benchmark from the most recent successful main branch build with results, for regression comparison.

@vbreuss vbreuss merged commit 73b65c8 into main Jul 13, 2026
12 checks passed
@vbreuss vbreuss deleted the dependabot/nuget/Autofac-9.3.1 branch July 13, 2026 08:37
github-actions Bot added a commit that referenced this pull request Jul 13, 2026
github-actions Bot added a commit that referenced this pull request Jul 13, 2026
@github-actions

Copy link
Copy Markdown

This is addressed in release v0.5.0.

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

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code state: released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant