Bump the microsoft-extensions group with 6 updates#35
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the microsoft-extensions group with 6 updates#35dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps Microsoft.Extensions.AI from 10.4.1 to 10.5.0 Bumps Microsoft.Extensions.AI.Abstractions from 10.4.1 to 10.5.0 Bumps Microsoft.Extensions.AI.OpenAI from 10.4.1 to 10.5.0 Bumps Microsoft.Extensions.DependencyInjection from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106 Bumps Microsoft.Extensions.Logging.Abstractions from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106 Bumps Microsoft.Extensions.Resilience from 10.4.0 to 10.5.0 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 11.0.0-preview.3.26207.106 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 11.0.0-preview.3.26207.106 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Resilience dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft-extensions ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
Superseded by #44 (Microsoft.Extensions group updated in a consolidated local commit). |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Hongwei-MB
added a commit
that referenced
this pull request
Apr 22, 2026
Roll up every outstanding Dependabot PR into a single, coherent upgrade so the whole dependency graph moves as one coordinated preview line instead of drifting across 10+ branches. NuGet (Directory.Packages.props): - Avalonia group → 12.0.1 across every asset type (Avalonia, Desktop, Diagnostics, Fonts.Inter, HarfBuzz, Headless, Themes.Fluent, Android, Browser, iOS). Supersedes #42/#34 and removes the split where Android/ Browser/iOS were stuck on 12.0.0-preview2 while the rest were on rc1. - Microsoft.Extensions preview line → 11.0.0-preview.3.26207.106 in one step (DependencyInjection[.Abstractions], Http, Logging[.Abstractions], Options[.DataAnnotations]). AI/AI.OpenAI/Resilience → 10.5.0. Supersedes #44/#43/#35. - System.CommandLine and Microsoft.SourceLink.GitHub → matching preview.3.26207.106 to keep the preview train aligned. - Microsoft.Data.Sqlite 10.0.5 → 10.0.6 (#38). - OllamaSharp 5.4.23 → 5.4.25 (#29). Tooling: - dotnet-reportgenerator-globaltool 5.5.4 → 5.5.5 (#37, .config/dotnet-tools.json). - packages/bridge typescript ^6.0.2 → ^6.0.3 (#32, package.json + package-lock.json). GitHub Actions (pinned by SHA; #33): - actions/cache v5.0.3/v5.0.4 → v5.0.5 (27d5ce7f107fe9357f9df03efb73ab90386fccae) - actions/upload-artifact v7.0.0 → v7.0.1 (043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) - actions/upload-pages-artifact v4.0.0 → v5.0.0 (fc324d3547104276b827a68afc52ff2a11cc49c9) - github/codeql-action v4.35.1 → v4.35.2 (95e58e9a2cdfd71adc6e0353d5c52f41a045d225) Version bump: - VersionPrefix 1.6.3 → 1.6.4 via `./build.sh UpdateVersion`; packages.lock.json refreshed across every CPM-enabled project so local project pins reference 1.6.4-local. Local validation: - `dotnet restore Agibuild.Fulora.slnx --force-evaluate` clean for all 40+ projects. - `./build.sh LocalPreflight` green -- 2282 unit tests pass, `dotnet format --verify-no-changes` 0 warnings / 0 errors. Follow-up (out of this commit): PRs #44/#42/#38/#37/#33/#32/#29 will be closed with a pointer to this commit. Made-with: Cursor
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Microsoft.Extensions.AI from 10.4.1 to 10.5.0.
Release notes
Sourced from Microsoft.Extensions.AI's releases.
10.5.0
HTTP 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
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.AI.Abstractions from 10.4.1 to 10.5.0.
Release notes
Sourced from Microsoft.Extensions.AI.Abstractions's releases.
10.5.0
HTTP 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
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.AI.OpenAI from 10.4.1 to 10.5.0.
Release notes
Sourced from Microsoft.Extensions.AI.OpenAI's releases.
10.5.0
HTTP 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
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Abstractions from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106.
Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Resilience from 10.4.0 to 10.5.0.
Release notes
Sourced from Microsoft.Extensions.Resilience's releases.
10.5.0
HTTP 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
... (truncated)
10.4.1
This release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.
Packages in this release
Experimental API Changes
New Experimental APIs
Changes to Experimental APIs
NotSupportedException#7394What's Changed
AI
ITextToSpeechClientabstraction, middleware, and OpenAI implementation #7381 by @stephentoubVoiceActivityDetectionoptions to realtime session abstractions #7399 by @tarekghUriContentmediaTypeparameter optional with inference from URI file extension #7398 by @stephentoub (co-authored by @Copilot)gen_ai.client.operation.exceptionviaILogger LoggerMessageon OpenTelemetry instrumentation classes #7379 by @stephentoub (co-authored by @Copilot)invoke_workflowas an equivalent parent span toinvoke_agentinFunctionInvokingChatClient#7382 by @stephentoub (co-authored by @Copilot)HostedFileDownloadStreamexplicitly read-only #7394 by @stephentoub (co-authored by @Copilot)Documentation Updates
Test Improvements
Repository Infrastructure Updates
Acknowledgements
... (truncated)
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions