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:
8.5.2->8.5.58.5.2->8.5.59.0.8->9.0.109.0.8->9.0.109.8.0->9.10.09.0.8->9.0.103.14.0->3.14.19.0.3->9.0.49.0.3->9.0.41.12.0->1.13.11.12.0->1.13.11.12.0->1.13.11.12.0->1.13.01.12.0->1.13.01.12.0->1.13.09.0.4->9.0.69.0.4->9.0.64.6.0->4.8.14.6.0->4.8.13.1.4->3.1.5Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v9.0.10: .NET 9.0.10Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in #63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in #63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
v9.0.9: .NET 9.0.9Release
What's Changed
c67de11to373af2eby @dependabot[bot] in #63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)
v9.10.0What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in #6823ModelContextProtocolversion in MCP template by @MackinnonBuck in #6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in #6867New Contributors
Full Changelog: dotnet/extensions@v9.9.0...v9.10.0
v9.9.0Highlights
AI
ApprovalRequiredAIFunction, user input/approval request & response content).AIFunctionsplit into a base class to improve extensibility.IChatReducermoved toMicrosoft.Extensions.AI.Abstractions.ChatMessage.Rolechanges as new messages.GetResponseAsync<T>now reads only the last message (bug fix).Telemetry & Diagnostics
url.query).server.addresstelemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
dotnet/runtime (Microsoft.Extensions.Options.ConfigurationExtensions)
v9.0.10: .NET 9.0.10Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
v9.0.9: .NET 9.0.9Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v3.14.1=======
Bug fix
npgsql/npgsql (Npgsql)
v9.0.4v9.0.4 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.13.1Release details: 1.13.1
1.13.0, the digital signature (.dll-keyless.sig) andcertificate (
.dll-keyless.pem) files were unintentionally omitted from thepublished NuGet packages.
(
net462,netstandard2.0,netstandard2.1,net8.0,net9.0), ensuringthe integrity of DLL verification using Sigstore cosign.
v1.13.0Release details: 1.13.0
OtlpExportProtocol.Grpcnow set the
TE=trailersHTTP request header to improve interoperability.EventNameis now exported by default asEventNameinstead oflogrecord.event.namewhen specified throughILoggeror the experimentallog bridge API.
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v9.0.6What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6
v9.0.5What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)
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) @HofmeisterAnv4.7.0Compare Source
What's Changed
This release doesn't introduce breaking changes to the public API, but it isn't binary compatible due to necessary internal changes. Make sure to update all related packages (Testcontainers modules) to the same version. See more details here. Thanks to all contributors 👏.
🚀 Features
.slnx(solution) file in common directory paths (#1492) @alexander-jesner-AP🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v3.1.5Compare Source
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.