This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Commit f52970e
authored
chore(deps): update non-major nuget dependencies (#178)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html)
([source](https://redirect.github.com/SonarSource/sonar-dotnet)) |
`10.10.0.116381` -> `10.11.0.117924` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [TUnit](https://redirect.github.com/thomhurst/TUnit) | `0.25.0` ->
`0.25.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [Testcontainers.MsSql](https://dotnet.testcontainers.org/)
([source](https://redirect.github.com/testcontainers/testcontainers-dotnet))
| `4.4.0` -> `4.5.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary>
###
[`v10.11.0.117924`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.11.0.117924):
10.11
[Compare
Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.10.0.116381...10.11.0.117924)
##### False Positive
- [NET-1522](https://sonarsource.atlassian.net/browse/NET-1522) - Fix
S2068 FP: Do not raise on `password:secret`
- [NET-1149](https://sonarsource.atlassian.net/browse/NET-1149) - Fix
S3626 FP: Add exception when return statement is preceding local
functions
##### False Negative
- [NET-1263](https://sonarsource.atlassian.net/browse/NET-1263) - Fix
S1871 FN: Nested if .. else if chain
- [NET-1256](https://sonarsource.atlassian.net/browse/NET-1256) - S2068:
Remove word boundary(\b) from regex
- [NET-1254](https://sonarsource.atlassian.net/browse/NET-1254) - Fix
S3878 FN: When params are passed as array through an attribute
- [NET-1252](https://sonarsource.atlassian.net/browse/NET-1252) - FN
S1168: Support IndexerDeclaration and ConversionOperatorDeclaration
- [NET-459](https://sonarsource.atlassian.net/browse/NET-459) - Fix
S1168 FN: Add support for partial indexers
</details>
<details>
<summary>thomhurst/TUnit (TUnit)</summary>
###
[`v0.25.6`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v0.25.6):
0.25.6
<!-- Release notes generated using configuration in .github/release.yml
at v0.25.6 -->
#### What's Changed
##### 🏕 Changes
- Add file based csharp app example to docs by
[@​licon4812](https://redirect.github.com/licon4812) in
[https://github.com/thomhurst/TUnit/pull/2519](https://redirect.github.com/thomhurst/TUnit/pull/2519)
- Improve ValueDelegateAssertion failure messages if an exception was
thrown in the delegate by
[@​thomhurst](https://redirect.github.com/thomhurst) in
[https://github.com/thomhurst/TUnit/pull/2522](https://redirect.github.com/thomhurst/TUnit/pull/2522)
##### 👒 Dependencies
- chore(deps): update dependency dotnet-sdk to v9.0.300 by
[@​thomhurst](https://redirect.github.com/thomhurst) in
[https://github.com/thomhurst/TUnit/pull/2516](https://redirect.github.com/thomhurst/TUnit/pull/2516)
- chore(deps): update dependency vogen to 7.0.4 by
[@​thomhurst](https://redirect.github.com/thomhurst) in
[https://github.com/thomhurst/TUnit/pull/2518](https://redirect.github.com/thomhurst/TUnit/pull/2518)
- chore(deps): update dependency testcontainers.redis to 4.5.0 by
[@​thomhurst](https://redirect.github.com/thomhurst) in
[https://github.com/thomhurst/TUnit/pull/2521](https://redirect.github.com/thomhurst/TUnit/pull/2521)
- chore(deps): update dependency testcontainers.postgresql to 4.5.0 by
[@​thomhurst](https://redirect.github.com/thomhurst) in
[https://github.com/thomhurst/TUnit/pull/2520](https://redirect.github.com/thomhurst/TUnit/pull/2520)
**Full Changelog**:
thomhurst/TUnit@v0.25.0...v0.25.6
</details>
<details>
<summary>testcontainers/testcontainers-dotnet
(Testcontainers.MsSql)</summary>
###
[`v4.5.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/4.5.0)
[Compare
Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/4.4.0...4.5.0)
### What's Changed
Big thanks to everyone who contributed to this release 🤜🤛.
#### 🚀 Features
- feat: Add OpenSearch module
([#​1395](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1395))
[@​digital88](https://redirect.github.com/digital88)
- feat: Add Typesense module
([#​1446](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1446))
[@​brainded](https://redirect.github.com/brainded)
- feat: Add `Task<ExecResult>` extension method `ThrowOnFailure`
([#​1448](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1448))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- feat: Throw `DockerUnavailableException` when Docker is not available
([#​1308](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1308))
[@​0xced](https://redirect.github.com/0xced)
- feat: Improve error reporting when loading the Docker configuration
file
([#​1263](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1263))
[@​0xced](https://redirect.github.com/0xced)
- feat: Add a wait strategy that waits until the ADO.NET database is
available
([#​1401](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1401))
[@​0xced](https://redirect.github.com/0xced)
- feat: Add Ollama module
([#​1099](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1099))
[@​frankhaugen](https://redirect.github.com/frankhaugen)
- feat: Allow canceling container start in xUnit.net v3 fixtures
([#​1431](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1431))
[@​TheConstructor](https://redirect.github.com/TheConstructor)
- fix(EventHubs): Support default consumer group name
([#​1432](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1432))
[@​scrocquesel-ml150](https://redirect.github.com/scrocquesel-ml150)
- feat: Add Lowkey Vault module
([#​1344](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1344))
[@​Xor-el](https://redirect.github.com/Xor-el)
- feat(ServiceBus): Add builder API to upload config file
([#​1424](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1424))
[@​chasewallis](https://redirect.github.com/chasewallis)
#### 🐛 Bug Fixes
- fix: Set container created, started, stopped time from inspect
response
([#​1455](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1455))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- fix(EventHubs): Change predicate that it does not always evaluate to
true
([#​1433](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1433))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- fix(EventHubs): Support default consumer group name
([#​1432](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1432))
[@​scrocquesel-ml150](https://redirect.github.com/scrocquesel-ml150)
#### 📖 Documentation
- docs(ClickHouse): Add example
([#​1421](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1421))
[@​digital88](https://redirect.github.com/digital88)
- docs: Mention the xUnit.net v3 module (package)
([#​1442](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1442))
[@​TheConstructor](https://redirect.github.com/TheConstructor)
#### 🧹 Housekeeping
- chore: Add ExecResult serializable test data
([#​1456](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1456))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- chore: Remove Sonar findings
([#​1450](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1450))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- chore: Replace Cake .NET Tool with Cake Frosting
([#​1437](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1437))
[@​0xced](https://redirect.github.com/0xced)
- chore: Update test-framework to xUnit.net v3
([#​1441](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1441))
[@​TheConstructor](https://redirect.github.com/TheConstructor)
- chore: Bump Docker.DotNet version to `3.128.1`
([#​1443](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1443))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- chore: Add xUnit.net v3 tests
([#​1430](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1430))
[@​TheConstructor](https://redirect.github.com/TheConstructor)
- chore: Bump CI .NET SDK and Cake version
([#​1434](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1434))
[@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ThorstenSauter/TShort).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3713214 commit f52970e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
0 commit comments