Skip to content

Bump Testcontainers.MsSql from 4.12.0 to 4.13.0#93

Merged
AriusII merged 3 commits into
mainfrom
dependabot/nuget/Tests/CaeriusNet.IntegrationTests/Testcontainers.MsSql-4.13.0
Jul 6, 2026
Merged

Bump Testcontainers.MsSql from 4.12.0 to 4.13.0#93
AriusII merged 3 commits into
mainfrom
dependabot/nuget/Tests/CaeriusNet.IntegrationTests/Testcontainers.MsSql-4.13.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Testcontainers.MsSql from 4.12.0 to 4.13.0.

Release notes

Sourced from Testcontainers.MsSql's releases.

4.13.0

What's Changed

Thank you to everyone who contributed and shared their feedback 🤜🤛.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​33686956.

🚀 Features

  • feat: Add Aspire dashboard module (#​1194) @​NikiforovAll
  • feat: Add image name substitution hook (#​1710) @​HofmeisterAn
  • feat(CosmosDb): Add get method AccountEndpoint (#​1707) @​srollinet
  • feat: Improve image build failure messages (#​1700) @​HofmeisterAn

🐛 Bug Fixes

  • fix: Restore tar archive write performance regressed by padding trim (#​1719) @​HofmeisterAn
  • chore: Bump Docker.DotNet from 4.3.2 to 4.3.3 (#​1714) @​HofmeisterAn
  • chore(AspireDashboard): Cover connection string provider (#​1713) @​HofmeisterAn

📖 Documentation

  • docs: Add missing TC languages and reorder docs navigation (#​1711) @​mdelapenya
  • docs: Add note about unsupported BuildKit Dockerfile features (#​1696) @​HofmeisterAn
  • docs: Explain immutable builder behavior (#​1693) @​HofmeisterAn

🧹 Housekeeping

  • chore: Enable Dependabot cooldown (#​1716) @​HofmeisterAn
  • chore: Add nuget.config (#​1715) @​Rob-Hague
  • chore(AspireDashboard): Cover connection string provider (#​1713) @​HofmeisterAn
  • chore: Bump Docker.DotNet from 4.2.0 to 4.3.2 (#​1712) @​HofmeisterAn
  • chore: Bump sshd-docker image from 1.3.0 to 1.4.0 (#​1709) @​HofmeisterAn
  • chore: Rename runtime label and add buildkit and stale labels (#​1703) @​HofmeisterAn
  • fix: Guard expensive argument evaluation when logging (#​1702) @​HofmeisterAn
  • chore: Defer container ID truncation in logging (#​1701) @​HofmeisterAn
  • chore: Migrate to LoggerMessageAttribute (#​1697) @​HofmeisterAn

📦 Dependency Updates

  • chore(deps): Bump the actions group with 2 updates (#​1721) @dependabot[bot]
  • chore(deps): Bump the actions group with 7 updates (#​1717) @dependabot[bot]
  • chore: Bump Docker.DotNet from 4.3.2 to 4.3.3 (#​1714) @​HofmeisterAn
  • chore: Bump Docker.DotNet from 4.2.0 to 4.3.2 (#​1712) @​HofmeisterAn
  • chore(deps): Bump the actions group with 4 updates (#​1698) @dependabot[bot]

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: Testcontainers.MsSql
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dotnet. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from AriusII as a code owner July 6, 2026 05:20
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

Tests/CaeriusNet.IntegrationTests/CaeriusNet.IntegrationTests.csproj

PackageVersionLicenseIssue Type
Testcontainers.MsSql4.13.0NullUnknown License
Denied Licenses: GPL-2.0, GPL-3.0, AGPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/Testcontainers.MsSql 4.13.0 🟢 8.4
Details
CheckScoreReason
Code-Review⚠️ 2Found 7/25 approved changesets -- score normalized to 2
Maintained🟢 1030 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 9SAST tool detected but not run on all commits
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 16 contributing companies or organizations

Scanned Files

  • Tests/CaeriusNet.IntegrationTests/CaeriusNet.IntegrationTests.csproj

@AriusII AriusII merged commit 07fe2db into main Jul 6, 2026
5 checks passed
@AriusII AriusII deleted the dependabot/nuget/Tests/CaeriusNet.IntegrationTests/Testcontainers.MsSql-4.13.0 branch July 6, 2026 11:13
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Summary
Generated on: 07/06/2026 - 11:15:30
Coverage date: 07/06/2026 - 11:14:55 - 07/06/2026 - 11:15:01
Parser: MultiReport (4x Cobertura)
Assemblies: 1
Classes: 37
Files: 35
Line coverage: 50.4% (869 of 1723)
Covered lines: 869
Uncovered lines: 854
Coverable lines: 1723
Total lines: 4680
Branch coverage: 45.4% (291 of 640)
Covered branches: 291
Total branches: 640
Method coverage: Feature is only available for sponsors

Coverage

CaeriusNet - 50.4%
Name Line Branch
CaeriusNet 50.4% 45.4%
CaeriusNet.Abstractions.IRedisCacheManager 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateDtoAttribute 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateProcedureAttribute 0%
CaeriusNet.Attributes.AutoContracts.AutoContractGenerateTvpAttribute 0%
CaeriusNet.Attributes.Tvp.GenerateTvpAttribute 0%
CaeriusNet.Builders.CaeriusNetBuilder 47.1% 55.8%
CaeriusNet.Builders.StoredProcedureParametersBuilder 94.4% 72.5%
CaeriusNet.Builders.StoredProcedureParametersBuilder`1 87.5% 90.9%
CaeriusNet.Caches.CaeriusNetCache 88.4% 66.6%
CaeriusNet.Caches.FrozenCacheManager 92.2% 84.2%
CaeriusNet.Caches.InMemoryCacheManager 91.6% 67.8%
CaeriusNet.Caches.RedisCacheManager 84.5% 64%
CaeriusNet.Commands.Reads.MultiIEnumerableReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.MultiImmutableArrayReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.MultiReadOnlyCollectionReadSqlAsyncCommands 0%
CaeriusNet.Commands.Reads.SimpleReadSqlAsyncCommands 0% 0%
CaeriusNet.Commands.Transactions.BeginTransactionAsyncCommands 100%
CaeriusNet.Commands.Transactions.NestedTransactionRejection 100%
CaeriusNet.Commands.Transactions.TransactionReadSqlAsyncCommands 16.8% 10.7%
CaeriusNet.Commands.Transactions.TransactionWriteSqlAsyncCommands 32.4% 17.8%
CaeriusNet.Commands.Writes.WriteSqlAsyncCommands 0% 0%
CaeriusNet.Exceptions.CaeriusNetSqlException 100%
CaeriusNet.Factories.CaeriusNetDbContext 56.7% 50%
CaeriusNet.Factories.CaeriusNetTransaction 50.6% 36.7%
CaeriusNet.Helpers.CacheHelper 66.6% 60%
CaeriusNet.Helpers.EmptyCollections 100%
CaeriusNet.Helpers.MultiResultSetHelper 0% 0%
CaeriusNet.Helpers.ResultSetMaterializer 20.5% 33.3%
CaeriusNet.Helpers.SqlCommandHelper 0% 0%
CaeriusNet.Helpers.SqlCommandHelperTx 0% 0%
CaeriusNet.Logging.LoggerProvider 100%
CaeriusNet.Mappers.SqlParameterName 87.5% 91.6%
CaeriusNet.Mappers.StoredProcedureParameters 100% 100%
CaeriusNet.Mappers.StoredProcedureParameters`1 88.2%
CaeriusNet.Telemetry.CaeriusActivityExtensions 77.2% 68.4%
CaeriusNet.Telemetry.CaeriusDiagnostics 100% 50%
CaeriusNet.Telemetry.CaeriusTelemetryOptions 100%

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 integration-tests tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant