chore(deps): update nuget minor/patch updates#346
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
77cc344 to
1d274e5
Compare
3838fb8 to
1901a7b
Compare
12884e9 to
d652ead
Compare
d652ead to
5711493
Compare
1b830b5 to
19808be
Compare
da3515e to
920c772
Compare
49ccb30 to
ebf0f69
Compare
a7aea3a to
222f633
Compare
222f633 to
43a49b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
13.1.3→13.3.56.1.0→6.2.03.10.0→3.10.19.1.3→9.2.110.0.5→10.0.810.0.5→10.0.818.3.0→18.5.110.0.5→10.0.810.0.5→10.0.810.0.5→10.0.810.0.5→10.0.810.0.5→10.0.810.4.0→10.6.010.4.0→10.6.018.3.0→18.5.11.58.0→1.60.010.0.201→10.0.3001.15.0→1.15.31.15.0→1.15.31.15.1→1.15.21.15.0→1.15.11.15.0→1.15.10.54.0→0.55.20.53.1→0.55.010.0.201→10.0.300Release Notes
microsoft/aspire (Aspire.Hosting.AppHost)
v13.3.5: Aspire 13.3.5What's New in Aspire 13.3.5
Patch release for Aspire 13.3 with fixes for the Azure provisioning location prompt and an Aspire CLI named-pipe timeout on Linux with .NET SDK 10.0.300.
🐛 Fixes
aspire publishnow correctly populates dependent server-controlled fields (such as Location). Previously, server-provided values for disabled inputs were discarded, leaving those fields blank. (#17278, backported via #17291)DOTNET_CLI_USE_MSBUILD_SERVER=1for alldotnet run/dotnet buildinvocations. On Linux with SDK 10.0.300 this caused a named-pipe timeout that preventedaspire runfrom building the AppHost. The forced override has been removed so the SDK chooses MSBuild server behavior. Fixes #16849. (#17313, backported via #17314)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.3.4...v13.3.5
Full commit: 70b33bcb5f64c75e3ab6f57616545f35bd43dc81
v13.3.4: Aspire 13.3.4What's New in Aspire 13.3.4
Patch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.
🐛 Fixes
SKILL.mdgenerated byaspire agent initincluded a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#17183, backported via #17188)🏷️ Housekeeping
Full commit: 75080796af797483231a9da2d1642b5130617565
v13.3.3: Aspire 13.3.3What's New in Aspire 13.3.3
Patch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in
HostResourceWithEndpoints.🐛 Fixes
Logging__LogLevel__Default=Debugset by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now usesASPIRE_APPHOST_LOGLEVELinstead, which is scoped to Aspire processes only. (#17071, backported via #17078)httpto enable standardhttp+https://service discovery URLs. (#17058, backported via #17063)HostResourceWithEndpoints— Endpoints configured viaHostResourceWithEndpointsare now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#17091, backported via #17092)🏷️ Housekeeping
[SHOULD NOT HAPPEN] failed to update managedFieldserrors. (#17070)Full commit: a4615e7c6def6cba4703cdbd84009cd3da9a261b
v13.3.2: Aspire 13.3.2What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
v13.3.1: Aspire 13.3.1Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for
aspire runand a DCP bump.🐛 Fixes
aspire runcompute environment validation — Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#16945, backported via #16952)🏷️ Housekeeping
v13.3.0: Aspire 13.3.0Aspire 13.3.0
Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including
aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parityimprovements.
Highlights
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal.Notable breaking changes include
--log-levelbecoming--pipeline-log-level, the dashboard MCP server being replaced byaspire agent init,dotnet new aspire-py-startermoving toaspire new aspire-py-starter, and several API shape updates across AKS,Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
📖 Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜
v13.2.4: Aspire 13.2.4Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
v13.2.3: Aspire 13.2.3What's New in Aspire 13.2.3
Patch release focused on CLI packaging, signing, and reliability fixes.
🐛 Fixes
🔧 Improvements
🏷️ Housekeeping
v13.2.2: Aspire 13.2.2This is a servicing release focused on bug fixes and platform improvements.
🐛 Bug Fixes
13.2 regressions impacting IDE-based execution (#15714)
🔒 Security & Certificates
🏗️ Infrastructure & Platform
0.22.11 (#15713)
💻 CLI Improvements
v13.2.1: Aspire 13.2.1🐛 Bug Fixes
✨ Improvements
v13.2.0: Aspire 13.2.0Aspire 13.2
Aspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents
alike.
Highlights
and aspire agent (renamed from aspire mcp) for AI agent integration.
Notable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.
See the full list of breaking changes.
📖 Learn more
For the full details on everything in this release, check out the What's new in Aspire 13.2 documentation.
Thank you to all the community contributors who helped make this release happen! 💜
cake-build/cake (Cake.Frosting)
v6.2.0Tyrrrz/CliWrap (CliWrap)
v3.10.1Compare Source
What's Changed
LibraryImportinstead ofDllImportfor proper AOT support by @Copilot in #323New Contributors
Full Changelog: Tyrrrz/CliWrap@3.10...3.10.1
dotnet/dotnet (Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore)
v10.0.8v10.0.7v10.0.6microsoft/vstest (Microsoft.CodeCoverage)
v18.5.1What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
v18.5.0What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
v18.4.0What's Changed
Add LoongArch64 support by @stdmnpkg in #15359
Refactor Condition evaluation by @Youssef1313 in #15357
Adding info on extensions points part 1 by @nohwnd in #15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in #15373
Update runtime versions by @nohwnd in #15372
Fix .NET 10 regression for traits by @Youssef1313 in #15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in #15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in #15365
Update SECURITY.md by @Youssef1313 in #15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
dotnet/extensions (Microsoft.Extensions.Http.Resilience)
v10.6.0Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.
Experimental API Changes
Now Stable
MEAI001) #7512What's Changed
AI
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.5.2...v10.6.0
v10.5.0HTTP Logging Middleware APIs in
Microsoft.AspNetCore.Diagnostics.Middlewareare now stable. This release also transfersMicrosoft.Extensions.VectorData.AbstractionsandMicrosoft.Extensions.VectorData.ConformanceTestsfrom the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.Breaking Changes
VectorStoreVectorAttributeconstructor parameter #7460Dimensionsparameter was renamed todimensions(lowercase). This is a source-breaking change only — binary compatibility is preserved.new VectorStoreVectorAttribute(Dimensions: 1536), update it tonew VectorStoreVectorAttribute(dimensions: 1536).Experimental API Changes
Now Stable
EXTEXP0013):AddHttpLogEnricher<T>,IHttpLogEnricher, andRequestHeadersLogEnricherOptions.HeadersDataClasses#7380What's Changed
AI
Vector Data
AI Evaluation
ASP.NET Core Extensions
Service Discovery
Documentation Updates
Test Improvements
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.4.1...v10.5.0
microsoft/playwright-dotnet (Microsoft.Playwright)
v1.60.0💬 Custom assertion messages
Expect()overloads now accept a custom message that is prepended to any failure, giving extra context in test reports:When the assertion fails, the message is prefixed:
🌐 HAR recording on Tracing
Tracing.StartHarAsync() / Tracing.StopHarAsync() expose HAR recording as a first-class tracing API, with the same
Content,ModeandUrlFilteroptions asRecordHar:🪝 Drop API
New Locator.DropAsync() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
Page.Locator("body").Boxesoption on Locator.AriaSnapshotAsync() / Page.AriaSnapshotAsync() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.New APIs
Browser, Context and Page
Pagenow implementsIAsyncDisposable— pages can be used withawait usingfor automatic cleanup.Locators and Assertions
Descriptionin Page.GetByRole() / Locator.GetByRole() / Frame.GetByRole() / FrameLocator.GetByRole() for matching the accessible description.Pseudoin Expect(locator).ToHaveCSSAsync() reads computed styles from::beforeor::after.Stylein [Locator.HighlightAsync()](https://playwright.dev/dotnet/docs/apiConfiguration
📅 Schedule: (in timezone Europe/Brussels)
🚦 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 was generated by Mend Renovate. View the repository job log.