build: Bump Microsoft.AspNetCore.Mvc.Testing and 6 others#372
Merged
Conversation
NAUR Ecosystem CI ReportUpdated: Friday, May 22, 2026 at 11:27 PM PDT Global Validation
Service Validation Dashboard
Failure & Warning Details✅ No failures or warnings detected. Generated by NAUR CI Bot | View Run |
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.7 to 10.0.8 Bumps Microsoft.AspNetCore.OpenApi from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0 Bumps Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0 Bumps Scalar.AspNetCore from 2.14.11 to 2.14.14 Bumps TUnit from 1.43.41 to 1.45.29 Bumps TUnit.Assertions from 1.43.41 to 1.45.29 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-other - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-other - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-other - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-other - dependency-name: Scalar.AspNetCore dependency-version: 2.14.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-other - dependency-name: TUnit dependency-version: 1.45.29 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-other - dependency-name: TUnit.Assertions dependency-version: 1.45.29 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-other ... Signed-off-by: dependabot[bot] <support@github.com>
3666bf5 to
bcb4b61
Compare
andrewbabbittdev
approved these changes
May 25, 2026
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.
Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
10.6.0
Version 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
10.5.2
This patch release ships a single fix to
Microsoft.Extensions.VectorData.Abstractions, correctingStorageNameresolution when external serialization is enabled.Microsoft.Extensions.VectorData.ConformanceTests,Microsoft.Extensions.AI.Abstractions,Microsoft.Extensions.AI, andMicrosoft.Extensions.AI.OpenAIare published alongside it for version coherency — they contain no code changes from 10.5.1.Packages in this release
What's Changed
Microsoft.Extensions.VectorData.Abstractions
StorageNamebehavior when external serialization is enabled, and disable a warning fornet462. (by @roji in #7475)Full Changelog: dotnet/extensions@v10.5.1...v10.5.2
10.5.1
Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.
The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.
Packages in this release
Experimental API Changes
Now Stable
The following types previously emitted the
MEAI001experimental diagnostic and are now stable.CodeInterpreterToolCallContentCodeInterpreterToolResultContentWebSearchToolCallContentWebSearchToolResultContentImageGenerationToolCallContentImageGenerationToolResultContentHostedImageGenerationToolImageGenerationOptionsImageGenerationResponseFormat(theHostedenum value remains experimental)IImageGeneratorand the rest of the image generation infrastructure also remain experimentalNew Experimental APIs
The following new APIs emit the
MEAI001experimental diagnostic.HostedToolSearchToolwithDeferredToolsfor tool-search-driven deferred tool loading #7471OpenAIRequestPoliciesextension hook for appendingSystem.ClientModel.PipelinePolicyinstances to outgoing OpenAI requests #7495Breaking Changes to Experimental APIs
WebSearchToolResultContent.Resultswas renamed toOutputsas part of the stabilization in #7493, aligning withCodeInterpreterToolResultContent.Outputs. The originalResultsproperty was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0.
Release notes
Sourced from Microsoft.Extensions.ServiceDiscovery's releases.
10.6.0
Version 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
10.5.2
This patch release ships a single fix to
Microsoft.Extensions.VectorData.Abstractions, correctingStorageNameresolution when external serialization is enabled.Microsoft.Extensions.VectorData.ConformanceTests,Microsoft.Extensions.AI.Abstractions,Microsoft.Extensions.AI, andMicrosoft.Extensions.AI.OpenAIare published alongside it for version coherency — they contain no code changes from 10.5.1.Packages in this release
What's Changed
Microsoft.Extensions.VectorData.Abstractions
StorageNamebehavior when external serialization is enabled, and disable a warning fornet462. (by @roji in #7475)Full Changelog: dotnet/extensions@v10.5.1...v10.5.2
10.5.1
Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.
The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.
Packages in this release
Experimental API Changes
Now Stable
The following types previously emitted the
MEAI001experimental diagnostic and are now stable.CodeInterpreterToolCallContentCodeInterpreterToolResultContentWebSearchToolCallContentWebSearchToolResultContentImageGenerationToolCallContentImageGenerationToolResultContentHostedImageGenerationToolImageGenerationOptionsImageGenerationResponseFormat(theHostedenum value remains experimental)IImageGeneratorand the rest of the image generation infrastructure also remain experimentalNew Experimental APIs
The following new APIs emit the
MEAI001experimental diagnostic.HostedToolSearchToolwithDeferredToolsfor tool-search-driven deferred tool loading #7471OpenAIRequestPoliciesextension hook for appendingSystem.ClientModel.PipelinePolicyinstances to outgoing OpenAI requests #7495Breaking Changes to Experimental APIs
WebSearchToolResultContent.Resultswas renamed toOutputsas part of the stabilization in #7493, aligning withCodeInterpreterToolResultContent.Outputs. The originalResultsproperty was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.... (truncated)
Commits viewable in compare view.
Updated Scalar.AspNetCore from 2.14.11 to 2.14.14.
Release notes
Sourced from Scalar.AspNetCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated TUnit from 1.43.41 to 1.45.29.
Release notes
Sourced from TUnit's releases.
1.45.29
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.22...v1.45.29
1.45.22
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.45.8...v1.45.22
1.45.8
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.0...v1.45.8
1.45.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.44.39...v1.45.0
1.44.39
What's Changed
Other Changes
defaultliteral for value-type assertion parameters by @JohnVerheij in fix(sourcegen): emitdefaultliteral for value-type assertion parameters thomhurst/TUnit#5919Dependencies
Full Changelog: thomhurst/TUnit@v1.44.0...v1.44.39
1.44.0
What's Changed
Other Changes
/to partial endpoint paths (#5838) by @thomhurst in fix(mocks-http): auto-prepend/to partial endpoint paths (#5838) thomhurst/TUnit#5874Dependencies
Full Changelog: thomhurst/TUnit@v1.43.41...v1.44.0
Commits viewable in compare view.
Updated TUnit.Assertions from 1.43.41 to 1.45.29.
Release notes
Sourced from TUnit.Assertions's releases.
1.45.29
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.22...v1.45.29
1.45.22
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.45.8...v1.45.22
1.45.8
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.0...v1.45.8
1.45.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.44.39...v1.45.0
1.44.39
What's Changed
Other Changes
defaultliteral for value-type assertion parameters by @JohnVerheij in fix(sourcegen): emitdefaultliteral for value-type assertion parameters thomhurst/TUnit#5919Dependencies
Full Changelog: thomhurst/TUnit@v1.44.0...v1.44.39
1.44.0
What's Changed
Other Changes
/to partial endpoint paths (#5838) by @thomhurst in fix(mocks-http): auto-prepend/to partial endpoint paths (#5838) thomhurst/TUnit#5874Dependencies
Full Changelog: thomhurst/TUnit@v1.43.41...v1.44.0
Commits viewable in compare view.