chore(deps): update nuget #722
Open
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:
2.71.0→2.76.08.5.4→8.5.78.5.4→8.5.79.0.10→9.0.129.0.10→9.0.129.0.10→9.0.129.0.10→9.0.129.0.10→9.0.129.0.10→9.0.124.0.0→4.3.018.0.0→18.0.11.13.1→1.15.01.13.1→1.15.01.13.1→1.15.01.12.0→1.15.01.12.0→1.15.01.12.0→1.15.04.7.0→4.10.04.7.0→4.10.031.0.2→31.10.01.14.0→1.25.06.0.3→6.1.52.71.0→2.76.0Release Notes
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.76.0What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v4.3.0Compare Source
New features
Dependencies updates
Documentation
v4.2.0Compare Source
New features
AddMicrosoftIdentityMessageHandlerextension methods forIHttpClientBuilder. See #3649 for details.Bug fixes
ForAgentIdentityhardcoded 'AzureAd'ConfigurationSectionto respectAuthenticationOptionsName. See #3635 for details.GetTokenAcquirerto propagateMicrosoftEntraApplicationOptionsproperties. See #3651 for details.Dependencies updates
Fundamentals
v4.1.1Compare Source
Bug fixes
New features
Fundamentals
v4.1.0Compare Source
=========
New features
Dependencies updates
Entra ID SDK sidecar
Documentation
Fundamentals
v4.0.1Compare Source
=========
Bugs fixes
Fundamentals
Entra ID SDK sidecar
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.0.1What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.15.0Release details: 1.15.0
ActivitySource.TelemetrySchemaUrland
Meter.TelemetrySchemaUrlproperties across exporters.CA certificate options).
OpenTelemetry.Exporter.Zipkinis deprecated and will stop receiving updatesin December 2026. Zipkin already supports OTLP ingestion.
Migrate to
OpenTelemetry.Exporter.OpenTelemetryProtocolas statedin the Deprecating Zipkin Exporter blog post.
v1.14.0Release details: 1.14.0
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.Abstractions,Microsoft.Extensions.Hosting.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
Microsoft.Extensions.*dependencies to10.0.0for .NET Framework and .NET Standard.
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)
v4.10.0Compare Source
What's Changed
Happy New Year, everyone! 🎉
Please note that going forward, we expect developers to explicitly pin the image version (https://redirect.github.com/testcontainers/testcontainers-dotnet/discussions/1470). We consider this a best practice and it aligns with other language implementations.
Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to
1.44(see the previous release notes). You can override this default and set it to the version you're using, ideally1.52, which corresponds to v29, if you're already running it.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
v4.9.0Compare Source
What's Changed
This release adds a new configuration (
DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to1.44. So far, no issues or negative side effects have been observed.I am also working on updating Docker.DotNet to make it fully compatible with Docker Engine v29. There is already a work-in-progress PR.
Thanks to all the contributors who helped with this release 👍.
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
v4.8.1Compare Source
What's Changed
🐛 Bug Fixes
v4.8.0Compare Source
What's Changed
Thank you to all the contributors 🙌.
In version
4.7.0, we noticed that the reuse hash could change depending on the order of dictionary values. This has been fixed to ensure that dictionary values are processed in a consistent order when generating the reuse hash. As a result, the reuse hash will likely change again with4.8.0.Wait strategies now default to the
Runningmode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw aContainerNotRunningExceptionthat includes the exit code and container logs.The container startup callback now includes an additional overload that provides the actual container configuration. If you implement
IContainerBuilder<TBuilderEntity, TContainerEntity>, you need to add the container configuration (e.g.,IContainerConfiguration) as a third generic type constraint toIContainerBuilder.IContainerBuilder.WithResourceMappingandIContainer.CopyAsyncnow include two new optional arguments:uidandgid. If you do not need to specify those, use named arguments for the existing parameters:fileModeorct.🚀 Features
WithTarget(string)to image builder (#1534) @HofmeisterAn🐛 Bug Fixes
db.runCommand({hello:1})do detect readiness (#1548) @HofmeisterAn📖 Documentation
IContainerBuilder.WithAutoRemovecode comment (#1546) @hojmark🧹 Housekeeping
UntilPortIsAvailable(int)(#1528) @HofmeisterAnVerifyTests/Verify (Verify.Xunit)
v31.10.0Compare Source
v31.9.4Compare Source
v31.9.3Compare Source
v31.9.2Compare Source
v31.9.1Compare Source
v31.9.0Compare Source
v31.8.0Compare Source
v31.7.3Compare Source
v31.7.2Compare Source
v31.7.1Compare Source
v31.7.0Compare Source
v31.6.1Compare Source
v31.6.0Compare Source
v31.5.3Compare Source
v31.5.2Compare Source
v31.5.1Compare Source
v31.5.0Compare Source
v31.4.3Compare Source
v31.4.2Compare Source
v31.4.1Compare Source
v31.4.0Compare Source
v31.3.0Compare Source
v31.2.0Compare Source
v31.1.0Compare Source
v31.0.5Compare Source
v31.0.4Compare Source
v31.0.3Compare Source
wiremock/WireMock.Net (WireMock.Net)
v1.25.0Compare Source
v1.24.0Compare Source
v1.23.0Compare Source
matchOperatoris not respected in the method Request.WithPath [bug]v1.22.0Compare Source
v1.21.0Compare Source
v1.20.0Compare Source
v1.19.0Compare Source
v1.18.0Compare Source
v1.17.0Compare Source
v1.16.0Compare Source
WithPathshould add the starting/if missing [feature]v1.15.0Compare Source
DbUp/dbup-postgresql (dbup-postgresql)
v6.1.5Compare Source
What's Changed
Full Changelog: DbUp/dbup-postgresql@6.1.2...6.1.5
v6.1.2Compare Source
What's Changed
New Contributors
Full Changelog: DbUp/dbup-postgresql@6.0.3...6.1.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.