Skip to content

[nuget][Find]- Bump Azure.Identity and 16 others#528

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/find-package-updates-3ac1824bf1
Closed

[nuget][Find]- Bump Azure.Identity and 16 others#528
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dot-config/find-package-updates-3ac1824bf1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

⚠️ Dependabot is rebasing this PR ⚠️

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.


Pinned Azure.Identity at 1.19.0.

Release notes

Sourced from Azure.Identity's releases.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.18.0

1.18.0 (2026-02-25)

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

1.18.0-beta.3

1.18.0-beta.3 (2026-02-20)

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to follow .NET naming conventions for boolean properties.

Bugs Fixed

  • Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.

  • Disabled MSAL's internal retry logic for ConfidentialClientApplication and PublicClientApplication to prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.

Commits viewable in compare view.

Pinned Azure.Security.KeyVault.Secrets at 4.9.0.

Release notes

Sourced from Azure.Security.KeyVault.Secrets's releases.

4.9.0

4.9.0 (2026-02-25)

Features Added

  • Added SecretClientSettings to support creating a SecretClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added the outContentType query parameter to the SecretClient.GetSecret and SecretClient.GetSecretAsync to specify the format in which the certificate will be returned.
  • Added the previousVersion property to SecretProperties.

Other Changes

  • The default service version is now 2025-07-01.

Commits viewable in compare view.

Updated coverlet.collector from 8.0.0 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

Commits viewable in compare view.

Updated FluentAssertions from 7.2.1 to 7.2.2.

Release notes

Sourced from FluentAssertions's releases.

7.2.2

What's Changed

Fixes

Building

Full Changelog: fluentassertions/fluentassertions@7.2.1...7.2.2

Commits viewable in compare view.

Pinned Hl7.Fhir.R4 at 6.1.1.

Release notes

Sourced from Hl7.Fhir.R4's releases.

6.1.1

Intro:

Fixes wrong logic for BaseTerminologyService filtering parameters for duplicates on requests that accept 0..* on some parameters

Changes:

  • #​3464: Remove NoDuplicates from operations that allow for multiple params
  • #​3463: Merge support/sdk5 into develop (SDK5 → SDK6 sweep)

This list of changes was auto generated.

6.1.0

Intro:

FHIRPath CompiledExpression will now accept 0..* resources as input, skipping the requirement for a dummy resource in case an expression does not use it.
ModelInspector now will protect from cross version contamination of the ClassMappings, which will prevent type resolution errors that could occur when using multiple versions of the library in the same process.
Improved terminology stack by providing more complete base class that simplifies the implementation and standardizes error handling.
Improved error handling for Poco validation & serialization, setting an MemberName property for easier debugging.
Minor nullability tweaks

Changes:

  • #​3436: Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103
  • #​3435: Bump Microsoft.Extensions.Caching.Memory from 10.0.2 to 10.0.3
  • #​3443: Give major runtime deps individual PRs
  • #​3442: Bump Microsoft.Extensions.Caching.Memory and Microsoft.SourceLink.GitHub
  • #​3440: Combine dependabot PRs for minors/patch into a single PR
  • #​3439: Override deepcopy on the terminology parameters
  • #​3428: Cache assembly attributes in ModelInspector
  • #​3434: Parse TRX file to detect failures in test runner
  • #​3431: Sync test dependencies for test runner issues
  • #​3397: Support null focus on fhirpath operations
See More
  • #​3430: Made BaseFhirClient thread safe
  • #​3429: Apply UnsafeRelaxedJsonEscaping in regular serializer options as well
  • #​3424: Implement CodeSystem ops for MIME/Language services
  • #​3425: Cache assembly attributes in ModelInspector validation
  • #​3422: Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102
  • #​3420: Bump MSTest.TestFramework and Verify.MSTest
  • #​3421: Bump FluentAssertions from 7.2.0 to 7.2.1
  • #​3415: Preserve URL host casing in bundle references
  • #​3407: Use PropertyMapping.Name for MemberName if possible to report FHIR properties rather than FHIRPath names
  • #​3417: Add cross-version type conflict detection to ModelInspector
  • #​3414: Add FhirPath .value property support
  • #​3416: Fix Resource.VersionId setter with existing Meta
  • #​3410: Set MemberName to null for overflow elements
  • #​3409: Update XML deserialization snapshot for PropertyMapping.Name
  • #​3405: Fixes for Attribute validation
  • #​3403: Handle duplicate XML attributes gracefully
  • #​3399: Add ZipSource Exception and Retry Logic
  • #​3401: Fix missing period in CommonLocation
  • #​3394: VONK-9235: Base for strongly typed and pre-validated TerminologyService implementations
  • #​3396: Update README to include commercial support details
  • #​3391: Bump Microsoft.Extensions.Caching.Memory from 10.0.1 to 10.0.2
  • #​3392: Bump System.Text.Json from 10.0.0 to 10.0.2
  • #​3389: Bump version number
  • #​3388: Added release notes

This list of changes was auto generated.

Commits viewable in compare view.

Updated husky from 0.8.0 to 0.9.1.

Release notes

Sourced from husky's releases.

0.9.1

What's Changed

Full Changelog: alirezanet/Husky.Net@v0.9.0...v0.9.1

0.9.0

What's Changed

New Contributors

Full Changelog: alirezanet/Husky.Net@v0.8.0...v0.9.0

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.16.3.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.DurableTask's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues from 5.5.3 to 5.5.4.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.DurableTask.Client from 1.20.1 to 1.23.0.

Release notes

Sourced from Microsoft.DurableTask.Client's releases.

1.23.0

What's Changed

Full Changelog: microsoft/durabletask-dotnet@v1.22.0...v1.23.0

1.22.0

What's Changed

NOTICE OF BREAKING CHANGE

Described in this issue.

This release will now allow for all orchestration statuses to be reusable upon an orchestration creation request, not just terminal statuses. This means that all server-side implementations must now have logic to handle existing orchestrations with non-terminal runtime statuses with the same instance ID as that passed to the creation request.

It also changes the behavior of ShimDurableTaskClient.RestartAsync to terminate an existing non-terminal instance if restartWithNewInstanceId is false. Previously, an InvalidOperationException would be thrown in this situation.

If a caller of DurableTaskClient.ScheduleNewOrchestrationInstanceAsync leaves the StartOrchestrationOptions.DedupeStatuses field as null, or does not pass any StartOrchestrationOptions to the request at all, then the GrpcDurableTaskClient will not attach an OrchestrationIdReusePolicy to the request, and the behavior will follow whatever the server-side implementation default is for a null OrchestrationIdReusePolicy. Previously, an empty dedupe statuses array also led to no OrchestrationIdReusePolicy being attached to the request. Now, a non-null, but explicitly empty array for the dedupe statuses field is treated as all statuses being reusable. The ShimDurableTaskClient now treats a null dedupe statuses field as all statuses being reusable. This means it will terminate any existing running orchestrations with the same instance ID upon a call to ScheduleNewOrchestrationInstanceAsync in the case of a null StartOrchestrationOptions.DedupeStatuses field.

Full Changelog: microsoft/durabletask-dotnet@v1.21.0...v1.22.0

Links

Microsoft.DurableTask.Abstractions: https://www.nuget.org/packages/Microsoft.DurableTask.Abstractions/1.22.0
Microsoft.DurableTask.Client: https://www.nuget.org/packages/Microsoft.DurableTask.Client/1.22.0
Microsoft.DurableTask.Client.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Client.Grpc/1.22.0
Microsoft.DurableTask.Client.AzureManaged: https://www.nuget.org/packages/Microsoft.DurableTask.Client.AzureManaged/1.22.0
Microsoft.DurableTask.Client.OrchestrationServiceClientShim: https://www.nuget.org/packages/Microsoft.DurableTask.Client.OrchestrationServiceClientShim/1.22.0
Microsoft.DurableTask.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Grpc/1.22.0
Microsoft.DurableTask.Worker: https://www.nuget.org/packages/Microsoft.DurableTask.Worker/1.22.0
Microsoft.DurableTask.Worker.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Worker.Grpc/1.22.0
Microsoft.DurableTask.Worker.AzureManaged: https://www.nuget.org/packages/Microsoft.DurableTask.Worker.AzureManaged/1.22.0
Microsoft.DurableTask.ScheduledTasks: https://www.nuget.org/packages/Microsoft.DurableTask.ScheduledTasks/1.22.0-preview.1
Microsoft.DurableTask.Extensions.AzureBlobPayloads: https://www.nuget.org/packages/Microsoft.DurableTask.Extensions.AzureBlobPayloads/1.22.0

1.21.0

What's Changed

Full Changelog: microsoft/durabletask-dotnet@v1.20.1...v1.21.0

Commits viewable in compare view.

Pinned Microsoft.Extensions.Configuration.EnvironmentVariables at 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Configuration.UserSecrets at 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http from 10.0.3 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Http's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Polly from 10.0.3 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Http.Polly's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Resilience from 10.3.0 to 10.4.0.

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.TimeProvider.Testing from 10.3.0 to 10.4.0.

Release notes

Sourced from Microsoft.Extensions.TimeProvider.Testing's releases.

10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Updated powershell from 7.5.4 to 7.6.0.

Release notes

Sourced from powershell's releases.

7.6.0

## 7.6.0 - 2026-03-12

General Cmdlet Updates and Fixes

  • Update PowerShell Profile DSC resource manifests to allow null for content (#​26973)

Tests

  • Add GitHub Actions annotations for Pester test failures (#​26969)
  • Fix Import-Module.Tests.ps1 to handle Arm32 platform (#​26888)

Build and Packaging Improvements

Update to .NET SDK 10.0.201

  • Update v7.6 release branch to use .NET SDK 10.0.201 (#​27041)
  • Create LTS package and non-LTS package for macOS for LTS releases (#​27040)
  • Fix the container image for package pipelines (#​27020)
  • Update Microsoft.PowerShell.PSResourceGet version to 1.2.0 (#​27007)
  • Update LTS and Stable release settings in metadata (#​27006)
  • Update branch for release (#​26989)
  • Fix ConvertFrom-ClearlyDefinedCoordinates to handle API object coordinates (#​26986)
  • Update NuGet package versions in cgmanifest.json to actually match the branch (#​26982)
  • Bump actions/upload-artifact from 6 to 7 (#​26979)
  • Split TPN manifest and Component Governance manifest (#​26978)
  • Bump github/codeql-action from 4.32.4 to 4.32.6 (#​26975)
  • Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#​26974)
  • Hardcode Official templates (#​26972)
  • Fix a preview detection test for the packaging script (#​26971)
  • Add PMC packages for debian13 and rhel10 (#​26917)
  • Add version in description and pass store task on failure (#​26889)
  • Exclude .exe packages from publishing to GitHub (#​26887)
  • Correct the package name for .deb and .rpm packages (#​26884)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    ... (truncated)

7.6.0-rc.1

## 7.6.0-rc.1 - 2026-02-19

Tests

  • Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#​26705)

Build and Packaging Improvements

Expand to see details.

  • Update branch for release (#​26779)
  • Update Microsoft.PowerShell.PSResourceGet version to 1.2.0-rc3 (#​26767)
  • Update Microsoft.PowerShell.Native package version (#​26748)
  • Move PowerShell build to depend on .NET SDK 10.0.102 (#​26717)
  • Fix buildinfo.json uploading for preview, LTS, and stable releases (#​26715)
  • Fix macOS preview package identifier detection to use version string (#​26709)
  • Update metadata.json to update the Latest attribute with a better name (#​26708)
  • Remove unused runCodesignValidationInjection variable from pipeline templates (#​26707)
  • Update Get-ChangeLog to handle backport PRs correctly (#​26706)
  • Bring release changes from the v7.6.0-preview.6 release (#​26626)
  • Fix the DSC test by skipping AfterAll cleanup if the initial setup in BeforeAll failed (#​26622)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • DE5F1D117891550719C7CCDEB0A26BD9C7989F2C1B6E8D0D3C2209B36666F1B5
  • powershell-7.6.0-rc.1-linux-arm32.tar.gz
    • ED25EE0218FDB0A65A53FAB3A6E100D0E95D3F7C5835D4295C7DBE1C67DA8522
  • powershell-7.6.0-rc.1-linux-arm64.tar.gz
    • 055A6220F6FEFAE630801CC6A563F4B05341F75D95000D1729158E9E0E09B2B4
  • powershell-7.6.0-rc.1-linux-musl-x64.tar.gz
    • 814978596B472F9C7442BA9D352DCD41C0641DD6A082CA3E6261782E7529BB5B
  • powershell-7.6.0-rc.1-linux-x64-fxdependent.tar.gz
    • 000424060E5481ADEB620FF6CBA3C2187915D72C2266D6D3C1B7B03D54BFA538
  • powershell-7.6.0-rc.1-linux-x64-musl-noopt-fxdependent.tar.gz
    • 5DC52CA807ABE01349D09EE9EC7933674FD827E02986144E36FFF6A7E35AEB73
  • powershell-7.6.0-rc.1-linux-x64.tar.gz
    ... (truncated)

7.6.0-preview.6

## [7.6.0-preview.6] - 2025-12-11

Known Issues

The current release is unavailable on both NuGet and the Linux package repositories hosted on packages.microsoft.com.

Engine Updates and Fixes

  • Properly expand aliases to their actual resolved commands (#​26571) (Thanks @​kilasuit!)

General Cmdlet Updates and Fixes

  • Update Microsoft.PowerShell.PSResourceGet to v1.2.0-preview5 (#​26590)
  • Make the experimental feature PSFeedbackProvider stable (#​26502)
  • Fix a regression in the API CompletionCompleters.CompleteFilename() that causes null reference exception (#​26487)
  • Add Delimiter parameter to Get-Clipboard (#​26572) (Thanks @​MartinGC94!)
  • Close pipe client handles after creating the child ssh process (#​26564)
  • Make some experimental features stable (#​26490)
  • DSC v3 resource for PowerShell Profile (#​26447)

Tools

  • Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#​26530)
  • Add reusable get-changed-files action and refactor existing actions (#​26529)
  • Refactor analyze job to reusable workflow and enable on Windows CI (#​26494)

Tests

  • Fix merge conflict checker for empty file lists and filter *.cs files (#​26556)
  • Add markdown link verification for PRs (#​26445)

Build and Packaging Improvements

Expand to see details.

  • Fix template path for rebuild branch check in package.yml (#​26560)
  • Update the macos package name for preview releases to match the previous pattern (#​26576)
  • Add rebuild branch support with conditional MSIX signing (#​26573)
  • Update the WCF packages to the latest version that is compatible with v4.10.3 (#​26503)
  • Improve ADO package build and validation across platforms (#​26532)
  • Mirror .NET/runtime ICU version range in PowerShell (#​26563) (Thanks @​kasperk81!)
  • Update the macos package name for preview releases to match the previous pattern (#​26562)
  • Fix condition syntax for StoreBroker package tasks in MSIX pipeline (#​26561)
  • ... (truncated)

    7.6.0-preview.5

    ## 7.6.0-preview.5

    Engine Updates and Fixes

    • Allow opt-out of the named-pipe listener using the environment variable POWERSHELL_DIAGNOSTICS_OPTOUT (#​26086)
    • Ensure that socket timeouts are set only during the token validation (#​26066)
    • Fix race condition in RemoteHyperVSocket (#​26057)
    • Fix stderr output of console host to respect NO_COLOR (#​24391)
    • Update PSRP protocol to deprecate session key exchange between newer client and server (#​25774)
    • Fix the ssh PATH check in SSHConnectionInfo when the default Runspace is not available (#​25780) (Thanks @​jborean93!)
    • Adding hex format for native command exit codes (#​21067) (Thanks @​sba923!)
    • Fix infinite loop crash in variable type inference (#​25696) (Thanks @​MartinGC94!)
    • Add PSForEach and PSWhere as aliases for the PowerShell intrinsic methods Where and Foreach (#​25511) (Thanks @​powercode!)

    General Cmdlet Updates and Fixes

    • Remove IsScreenReaderActive() check from ConsoleHost (#​26118)
    • Fix ConvertFrom-Json to ignore comments inside array literals (#​14553) (#​26050) (Thanks @​MatejKafka!)
    • Fix -Debug to not trigger the ShouldProcess prompt (#​26081)
    • Add the parameter Register-ArgumentCompleter -NativeFallback to support registering a cover-all completer for native commands (#​25230)
    • Change the default feedback provider timeout from 300ms to 1000ms (#​25910)
    • Update PATH environment variable for package manager executable on Windows (#​25847)
    • Fix Write-Host to respect OutputRendering = PlainText (#​21188)
    • Improve the $using expression support in Invoke-Command (#​24025) (Thanks @​jborean93!)
    • Use parameter HelpMessage for tool tip in parameter completion (#​25108) (Thanks @​jborean93!)
    • Revert "Never load a module targeting the PSReadLine module's SessionState" (#​25792)
    • Fix debug tracing error with magic extents (#​25726) (Thanks @​jborean93!)
    • Add MethodInvocation trace for overload tracing (#​21320) (Thanks @​jborean93!)
    • Improve verbose and debug logging level messaging in web cmdlets (#​25510) (Thanks @​JustinGrote!)
    • Fix quoting in completion if the path includes a double quote character (#​25631) (Thanks @​MartinGC94!)
    • Fix the common parameter -ProgressAction for advanced functions (#​24591) (Thanks @​cmkb3!)
    • Use absolute path in FileSystemProvider.CreateDirectory (#​24615) (Thanks @​Tadas!)
    • Make inherited protected internal instance members accessible in PowerShell class scope (#​25245) (Thanks @​mawosoft!)
    • Treat -Target as literal in New-Item (#​25186) (Thanks @​GameMicrowave!)
    • Remove duplicate modules from completion results (#​25538) (Thanks @​MartinGC94!)
    • Add completion for variables assigned in ArrayLiteralAst and ParenExpressionAst (#​25303) (Thanks @​MartinGC94!)
    • Add support for thousands separators in [bigint] casting (#​25396) (Thanks @​AbishekPonmudi!)
    • Add internal methods to check Preferences (#​25514) (Thanks @​iSazonov!)
    • Improve debug logging of Web cmdlet request and response (#​25479) (Thanks @​JustinGrote!)
    • Revert "Allow empty prefix string in 'Import-Module -Prefix' to override default prefix in manifest (#​20409)" (#​25462) (Thanks @​MartinGC94!)
    • Fix the NullReferenceException when writing progress records to console from multiple threads (#​25440) (Thanks @​kborowinski!)
    • Update Get-Service to ignore common errors when retrieving non-critical properties for a service (#​24245) (Thanks @​jborean93!)
    • Add single/double quote support for Join-String Argument Completer (#​25283) (Thanks @​ArmaanMcleod!)
    • Fix tab completion for env/function variables (#​25346) (Thanks @​jborean93!)
    • Fix Out-GridView by replacing use of obsolete BinaryFormatter with custom implementation (#​25497) (Thanks @​mawosoft!)
    • Remove the use of Windows PowerShell ETW provider id from code base and update the PSDiagnostics module to work for PowerShell 7 (#​25590)

    Code Cleanup

    ... (truncated)

    7.6.0-preview.4

    [7.6.0-preview.4]

    Breaking Changes

    • Fix WildcardPattern.Escape to escape lone backticks correctly (#​25211) (Thanks @​ArmaanMcleod!)
    • Convert -ChildPath parameter to string[] for Join-Path cmdlet (#​24677) (Thanks @​ArmaanMcleod!)

    PowerShell 7.6-preview.4 includes the following updated modules:

    • Microsoft.PowerShell.ThreadJob v2.2.0
    • ThreadJob v2.1.0
      The ThreadJob module was renamed to Microsoft.PowerShell.ThreadJob. There is no difference
      in the functionality of the module. To ensure backward compatibility for scripts that use the old
      name, the ThreadJob v2.1.0 module is a proxy module that points to the
      Microsoft.PowerShell.ThreadJob v2.2.0.

    Engine Updates and Fixes

    • Add PipelineStopToken to Cmdlet which will be signaled when the pipeline is stopping (#​24620) (Thanks @​jborean93!)
    • Fallback to AppLocker after WldpCanExecuteFile (#​24912)
    • Move .NET method invocation logging to after the needed type conversion is done for method arguments (#​25022)
    • Fix share completion with provider and spaces (#​19440) (Thanks @​MartinGC94!)

    General Cmdlet Updates and Fixes

    • Exclude -OutVariable assignments within the same CommandAst when inferring variables (#​25224) (Thanks @​MartinGC94!)
    • Fix infinite loop in variable type inference (#​25206) (Thanks @​MartinGC94!)
    • Update Microsoft.PowerShell.PSResourceGet version in PSGalleryModules.csproj (#​25135)
    • Add tooltips for hashtable key completions (#​17864) (Thanks @​MartinGC94!)
    • Fix type inference of parameters in classic functions (#​25172) (Thanks @​MartinGC94!)
    • Improve assignment type inference (#​21143) (Thanks @​MartinGC94!)
    • Fix TypeName.GetReflectionType() to work when the TypeName instance represents a generic type definition within a GenericTypeName (#​24985)
    • Remove the old fuzzy suggestion and fix the local script filename suggestion (#​25177)
    • Improve variable type inference (#​19830) (Thanks @​MartinGC94!)
    • Fix parameter completion when script requirements fail (#​17687) (Thanks @​MartinGC94!)
    • Improve the completion for attribute arguments (#​25129) (Thanks @​MartinGC94!)
    • Fix completion that relies on pseudobinding in script blocks (#​25122) (Thanks @​MartinGC94!)
    • Don't complete duplicate command names (#​21113) (Thanks @​MartinGC94!)
    • Make SystemPolicy public APIs visible but non-op on Unix platforms so that they can be included in PowerShellStandard.Library (#​25051)
    • Set standard handles explicitly when starting a process with -NoNewWindow (#​25061)
    • Fix tooltip for variable expansion and include desc (#​25112) (Thanks @​jborean93!)
    • Add type inference for functions without OutputType attribute and anonymous functions (#​21127) (Thanks @​MartinGC94!)
    • Add completion for variables assigned by command redirection (#​25104) (Thanks @​MartinGC94!)
    • Handle type inference for redirected commands (#​21131) (Thanks @​MartinGC94!)
    • Allow empty prefix string in Import-Module -Prefix to override default prefix in manifest (#​20409) (Thanks @​MartinGC94!)
    • Update variable/property assignment completion so it can fallback to type inference (#​21134) (Thanks @​MartinGC94!)
    • Use Get-Help approach to find about_*.help.txt files with correct locale for completions (#​24194) (Thanks @​MartinGC94!)
    • Use script filepath when completing relative paths for using statements (#​20017) (Thanks @​MartinGC94!)
    • Fix completion of variables assigned inside Do loops (#​25076) (Thanks @​MartinGC94!)
    • Fix completion of provider paths when a path returns itself instead of its children (#​24755) (Thanks @​MartinGC94!)
      ... (truncated)

    7.6.0-preview.3

    [7.6.0-preview.3]

    Breaking Changes

    • Remove trailing space from event source name (#​24192) (Thanks @​MartinGC94!)

    General Cmdlet Updates and Fixes

    • Add completion single/double quote support for -Noun parameter for Get-Command (#​24977) (Thanks @​ArmaanMcleod!)
    • Stringify ErrorRecord with empty exception message to empty string (#​24949) (Thanks @​MatejKafka!)
    • Add completion single/double quote support for -PSEdition parameter for Get-Module (#​24971) (Thanks @​ArmaanMcleod!)
    • Error when New-Item -Force is passed an invalid directory name (#​24936) (Thanks @​kborowinski!)
    • Allow Start-Transcriptto use $Transcript which is a PSObject wrapped string to specify the transcript path (#​24963) (Thanks @​kborowinski!)
    • Add quote handling in Verb, StrictModeVersion, Scope & PropertyType Argument Completers with single helper method (#​24839) (Thanks @​ArmaanMcleod!)
    • Improve Start-Process -Wait polling efficiency (#​24711) (Thanks @​jborean93!)
    • Convert InvalidCommandNameCharacters in AnalysisCache to SearchValues<char> for more efficient char searching (#​24880) (Thanks @​ArmaanMcleod!)
    • Convert s_charactersRequiringQuotes in Completion Completers to SearchValues<char> for more efficient char searching (#​24879) (Thanks @​ArmaanMcleod!)

    Code Cleanup

    We thank the following contributors!

    @​xtqqczze, @​fMichaleczek, @​ArmaanMcleod

    • Fix RunspacePool, RunspacePoolInternal and RemoteRunspacePoolInternal IDisposable implementation (#​24720) (Thanks @​xtqqczze!)
    • Remove redundant Attribute suffix (#​24940) (Thanks @​xtqqczze!)
    • Fix formatting of the XML comment for SteppablePipeline.Clean() (#​24941)
    • Use Environment.ProcessId in SpecialVariables.PID (#​24926) (Thanks @​fMichaleczek!)
    • Replace char[] array in CompletionRequiresQuotes with cached SearchValues (#​24907) (Thanks @​ArmaanMcleod!)
    • Update IndexOfAny calls with invalid path/filename to SearchValues<char> for more efficient char searching (#​24896) (Thanks @​ArmaanMcleod!)
    • Seal internal types in PlatformInvokes (#​24826) (Thanks @​xtqqczze!)

    Tools

    • Update CODEOWNERS (#​24989)

    Build and Packaging Improvements

    ... (truncated)

    7.6.0-preview.2

    [7.6.0-preview.2] - 2025-01-14

    General Cmdlet Updates and Fixes

    • Add the AIShell module to telemetry collection list (#​24747)
    • Add helper in EnumSingleTypeConverter to get enum names as array (#​17785) (Thanks @​fflaten!)
    • Return correct FileName property for Get-Item when listing alternate data streams (#​18019) (Thanks @​kilasuit!)
    • Add -ExcludeModule parameter to Get-Command (#​18955) (Thanks @​MartinGC94!)
    • Update Named and Statement block type inference to not consider AssignmentStatements and Increment/decrement operators as part of their output (#​21137) (Thanks @​MartinGC94!)
    • Update DnsNameList for X509Certificate2 to use X509SubjectAlternativeNameExtension.EnumerateDnsNames Method (#​24714) (Thanks @​ArmaanMcleod!)
    • Add completion of modules by their shortname (#​20330) (Thanks @​MartinGC94!)
    • Fix Get-ItemProperty to report non-terminating error for cast exception (#​21115) (Thanks @​ArmaanMcleod!)
    • Add -PropertyType argument completer for New-ItemProperty (#​21117) (Thanks @​ArmaanMcleod!)
    • Fix a bug in how Write-Host handles XmlNode object (#​24669) (Thanks @​brendandburns!)

    Code Cleanup

    We thank the following contributors!

    @​xtqqczze

    • Seal ClientRemoteSessionDSHandlerImpl (#​21218) (Thanks @​xtqqczze!)
    • Seal internal type ClientRemoteSessionDSHandlerImpl (#​24705) (Thanks @​xtqqczze!)
    • Seal classes in RemotingProtocol2 (#​21164) (Thanks @​xtqqczze!)

    Tools

    • Added Justin Chung as Powershell team memeber on releaseTools.psm1 (#​24672)

    Tests

    • Skip CIM ETS member test on older Windows platforms (#​24681)

    Build and Packaging Improvements

    Updated SDK to 9.0.101

    ... (truncated)

    7.5.5

    ## [7.5.5]

    Engine Updates and Fixes

    • Fix up SSHConnectionInfo ssh PATH checks (#​26165) (Thanks @​jborean93!)

    General Cmdlet Updates and Fixes

    • Close pipe client handles after creating the child ssh process (#​26822)
    • Fix the progress preference variable in script cmdlets (#​26791) (Thanks @​cmkb3!)

    Tools

    • Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#​26812)
    • Add reusable get-changed-files action and refactor existing actions (#​26811)
    • Create GitHub Copilot setup workflow (#​26807)
    • Refactor analyze job to reusable workflow and enable on Windows CI (#​26799)

    Tests

    • Mark flaky Update-Help web tests as pending to unblock CI (#​26837)
    • Add GitHub Actions annotations for Pester test failures (#​26836)
    • Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#​26823)
    • Fix merge conflict checker for empty file lists and filter *.cs files (#​26813)
    • Update the Update-Help tests to use -Force to remove read-only files (#​26788)
    • Add markdown link verification for PRs (#​26407)

    Build and Packaging Improvements

    Update to .NET SDK 9.0.312

    We thank the following contributors!

    @​kasperk81, @​RichardSlater

    • Revert change to module name ThreadJob (#​26997)
    • Update branch for release (#​26990)
    • Fix ConvertFrom-ClearlyDefinedCoordinates to handle API object coordinates (#​26987)
    • Update CGManifests (#​26981)
    • Hardcode Official templates (#​26968)
    • Split TPN manifest and Component Governance manifest (#​26967)
    • Fix a preview detection test for the packaging script (#​26966)
    • Correct the package name for .deb and .rpm packages (#​26964)
    • Bring Release Changes from v7.6.0-preview.6 (#​26963)
    • Merge the v7.6.0-preview.5 release branch back to master (#​26958)
    • Fix macOS preview package identifier detection to use version string (#​26835)
    • ... (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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Azure.Identity from 1.17.1 to 1.19.0
Bumps Azure.Security.KeyVault.Secrets from 4.8.0 to 4.9.0
Bumps coverlet.collector from 8.0.0 to 8.0.1
Bumps FluentAssertions from 7.2.1 to 7.2.2
Bumps Hl7.Fhir.R4 from 6.0.2 to 6.1.1
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.16.3
Bumps Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues from 5.5.3 to 5.5.4
Bumps Microsoft.DurableTask.Client from 1.20.1 to 1.23.0
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Http from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Http.Polly from 10.0.3 to 10.0.5
Bumps Microsoft.Extensions.Http.Resilience from 10.3.0 to 10.4.0
Bumps Microsoft.Extensions.TimeProvider.Testing from 10.3.0 to 10.4.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps powershell from 7.5.4 to 7.6.0

---
updated-dependencies:
- dependency-name: husky
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: powershell
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Azure.Identity
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: FluentAssertions
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Hl7.Fhir.R4
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.DurableTask
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.DurableTask.Client
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 24, 2026
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 03/24/2026 - 14:53:43
Coverage date: 03/24/2026 - 14:53:18 - 03/24/2026 - 14:53:41
Parser: MultiReport (8x Cobertura)
Assemblies: 5
Classes: 110
Files: 98
Line coverage: 81.7% (4464 of 5458)
Covered lines: 4464
Uncovered lines: 994
Coverable lines: 5458
Total lines: 9185
Branch coverage: 73.9% (806 of 1090)
Covered branches: 806
Total branches: 1090
Method coverage: Feature is only available for sponsors

Coverage

SUI.Find.Application - 90.8%
Name Line Branch
SUI.Find.Application 90.8% 76.3%
SUI.Find.Application.Constants.Matching.MatchScoreConstants 0%
SUI.Find.Application.Extensions.OrchestratorRuntimeStatusExtensions 72.7% 37.5%
SUI.Find.Application.Factories.PdsSearch.PdsSearchFactory 100% 100%
SUI.Find.Application.Models.AuditPayloads.PepFetchPayload 100% 100%
SUI.Find.Application.Models.CustodianSearchResultItem 100%
SUI.Find.Application.Models.Fhir.SearchQuery 76.4% 83.3%
SUI.Find.Application.Models.Fhir.SearchResult 100%
SUI.Find.Application.Models.JobResultRecord 100% 50%
SUI.Find.Application.Models.Matching.EncryptedSuidPersonId 100%
SUI.Find.Application.Models.Matching.MatchResult 86.1% 77.7%
SUI.Find.Application.Models.Matching.Metadata 100% 100%
SUI.Find.Application.Models.Matching.PlainPersonId 100%
SUI.Find.Application.Models.SearchResultItem 100% 100%
SUI.Find.Application.Services.FetchRecordService 94.1% 90.1%
SUI.Find.Application.Services.MaskUrlService 100% 100%
SUI.Find.Application.Services.Matching.MatchingEncryptionService 86.6% 71.4%
SUI.Find.Application.Services.Matching.MatchingService 97.8% 88.2%
SUI.Find.Application.Services.MatchPersonOrchestrationService 92.1% 81.2%
SUI.Find.Application.Services.PdsSearch.PdsSearchV1 91.6%
SUI.Find.Application.Services.PdsSearch.SearchQueryBuilder 88.7% 56.2%
SUI.Find.Application.Services.PolicyEnforcementService 91.2% 78.1%
SUI.Find.Application.Services.QueryProvidersService 100% 100%
SUI.Find.Application.Services.SearchResultsService 87% 50%
SUI.Find.Application.Services.SearchService 95.8% 85.1%
SUI.Find.Application.Validation.Matching.PersonDataQualityTranslator 100% 95.1%
SUI.Find.Application.Validation.Matching.PersonSpecificationValidation 98.3% 50%
System.Text.RegularExpressions.Generated 73.3% 50%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F900DA481A13958B
0FDD243B6774DF288C2EB2558EB4EA05262827D57F2E697FC__CommonPhoneSeparatorRege
x_1
75% 66.6%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F900DA481A13958B
0FDD243B6774DF288C2EB2558EB4EA05262827D57F2E697FC__FindWhiteSpaceRegex_0
83.9% 66.6%
SUI.Find.AuditProcessor - 11.2%
Name Line Branch
SUI.Find.AuditProcessor 11.2% 0%
SUI.Find.AuditProcessor.DirectFunctionExecutor 0% 0%
SUI.Find.AuditProcessor.FunctionExecutorAutoStartup 0%
SUI.Find.AuditProcessor.FunctionExecutorHostBuilderExtensions 0%
SUI.Find.AuditProcessor.FunctionMetadataProviderAutoStartup 0%
SUI.Find.AuditProcessor.Functions.QueueAuditAccessTrigger 100%
SUI.Find.AuditProcessor.GeneratedFunctionMetadataProvider 0%
SUI.Find.AuditProcessor.WorkerHostBuilderFunctionMetadataProviderExtension 0%
SUI.Find.Domain - 89.9%
Name Line Branch
SUI.Find.Domain 89.9% 75.8%
SUI.Find.Domain.Models.Result`1 100%
SUI.Find.Domain.ValueObjects.NhsPersonId 96.7% 93.7%
System.Text.RegularExpressions.Generated 87.7% 68.1%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FAE7CDE050693992
3591B09121AF1D5EBB44979EA3F13DA1D404A81D1B688E40F__Base64UrlRegex_0
87% 70%
SUI.Find.FindApi - 68%
Name Line Branch
SUI.Find.FindApi 68% 65.7%
SUI.Find.FindApi.DirectFunctionExecutor 0% 0%
SUI.Find.FindApi.FunctionExecutorAutoStartup 0%
SUI.Find.FindApi.FunctionExecutorHostBuilderExtensions 0%
SUI.Find.FindApi.FunctionMetadataProviderAutoStartup 0%
SUI.Find.FindApi.Functions.ActivityFunctions.AuditPepFindActivity 100% 75%
SUI.Find.FindApi.Functions.ActivityFunctions.FilterResultsByPolicyFunction 0%
SUI.Find.FindApi.Functions.ActivityFunctions.GetProvidersFunction 100%
SUI.Find.FindApi.Functions.ActivityFunctions.PersistSearchResultsFunction 100%
SUI.Find.FindApi.Functions.ActivityFunctions.QueryProvidersFunction 88.8% 66.6%
SUI.Find.FindApi.Functions.HttpFunctions.AuthTokenFunction 92.3% 73.9%
SUI.Find.FindApi.Functions.HttpFunctions.CancelSearchFunction 100% 100%
SUI.Find.FindApi.Functions.HttpFunctions.ClaimJobFunction 100% 92.8%
SUI.Find.FindApi.Functions.HttpFunctions.FetchRecordFunction 100% 100%
SUI.Find.FindApi.Functions.HttpFunctions.MatchFunction 88.4% 88.4%
SUI.Find.FindApi.Functions.HttpFunctions.SearchFunction 93.5% 57.1%
SUI.Find.FindApi.Functions.HttpFunctions.SearchFunctionV2 100% 76.9%
SUI.Find.FindApi.Functions.HttpFunctions.SearchResultsFunction 100% 100%
SUI.Find.FindApi.Functions.HttpFunctions.SearchResultsV2Function 100% 90%
SUI.Find.FindApi.Functions.HttpFunctions.SearchStatusFunction 100% 100%
SUI.Find.FindApi.Functions.HttpFunctions.SubmitJobResultsFunction 97.9% 83.3%
SUI.Find.FindApi.Functions.HttpFunctions.WorkAvailableFunction 100% 90%
SUI.Find.FindApi.Functions.OrchestratorFunctions.SearchOrchestrator 100% 100%
SUI.Find.FindApi.Functions.QueueFunctions.QueueSearchJobTrigger 100% 83.3%
SUI.Find.FindApi.Functions.QueueTriggerFunctions.JobResultHandlerFunction 100% 75%
SUI.Find.FindApi.Functions.TimerFunctions.ClearDataFunction 81.1% 66.6%
SUI.Find.FindApi.GeneratedFunctionMetadataProvider 0%
SUI.Find.FindApi.Models.SearchJob 100%
SUI.Find.FindApi.Models.SearchJobV2 100%
SUI.Find.FindApi.Models.SearchResults 100%
SUI.Find.FindApi.Models.SearchResultsV2 100%
SUI.Find.FindApi.Utility.HttpResponseUtility 100%
SUI.Find.FindApi.Validators.StartSearchRequestValidator 90.9% 83.3%
SUI.Find.FindApi.WorkerExtensionStartupCodeExecutor 0%
SUI.Find.FindApi.WorkerHostBuilderFunctionMetadataProviderExtension 0%
SUI.Find.Infrastructure - 92.2%
Name Line Branch
SUI.Find.Infrastructure 92.2% 79.4%
SUI.Find.Infrastructure.Clients.AuditQueueClient 100%
SUI.Find.Infrastructure.Clients.JobResultsQueueClient 100%
SUI.Find.Infrastructure.Configuration.JobClaimConfig 100%
SUI.Find.Infrastructure.Extensions.HostApplicationBuilderOpenTelemetryExten
sions
89.7% 87.5%
SUI.Find.Infrastructure.Factories.Fhir.SearchParamsFactory 57.1% 8.3%
SUI.Find.Infrastructure.Handlers.JobResultHandler 93.5% 86.3%
SUI.Find.Infrastructure.Models.CachedToken 100% 50%
SUI.Find.Infrastructure.Repositories.JobRepository.JobKeys 100%
SUI.Find.Infrastructure.Repositories.JobRepository.JobRepository 91.6% 100%
SUI.Find.Infrastructure.Repositories.SearchResultEntryStorage.SearchResultE
ntryKeys
100% 50%
SUI.Find.Infrastructure.Repositories.SearchResultEntryStorage.SearchResultE
ntryRepository
80.2% 100%
SUI.Find.Infrastructure.Repositories.SuiCustodianRegister.RegisterKeys 100%
SUI.Find.Infrastructure.Repositories.SuiCustodianRegister.SuiCustodianRegis
terRepository
90% 100%
SUI.Find.Infrastructure.Repositories.WorkItemJobCountRepository.WorkItemJob
CountKeys
100%
SUI.Find.Infrastructure.Repositories.WorkItemJobCountRepository.WorkItemJob
CountRepository
100% 100%
SUI.Find.Infrastructure.Services.AuditStorageTableService 100%
SUI.Find.Infrastructure.Services.AzureKeyVaultSecretService 0%
SUI.Find.Infrastructure.Services.BuildCustodianRequestsService 100% 83.3%
SUI.Find.Infrastructure.Services.Fhir.FhirAuthTokenService 89.9% 70.8%
SUI.Find.Infrastructure.Services.Fhir.FhirService 97.7% 75%
SUI.Find.Infrastructure.Services.HashService 100% 100%
SUI.Find.Infrastructure.Services.JobClaimService 100% 81.8%
SUI.Find.Infrastructure.Services.JobProcessorService 100% 92.8%
SUI.Find.Infrastructure.Services.JobQueueService 100%
SUI.Find.Infrastructure.Services.JobSearchService 100% 85.7%
SUI.Find.Infrastructure.Services.JobWindowStartService 100%
SUI.Find.Infrastructure.Services.JwtTokenService 100% 50%
SUI.Find.Infrastructure.Services.MockAuthStoreService 68.5% 50%
SUI.Find.Infrastructure.Services.MockCustodianService 98.1% 81.2%
SUI.Find.Infrastructure.Services.MockMatchRepository 100% 90%
SUI.Find.Infrastructure.Services.OutboundAuthService 90.1% 81.2%
SUI.Find.Infrastructure.Services.PersonIdEncryptionService 75.4% 83.3%
SUI.Find.Infrastructure.Services.UrlStorageTableService 100% 100%
SUI.Find.Infrastructure.TableKeyNormaliser 100% 100%
SUI.Find.Infrastructure.Utility.BuildCustodianHttpRequest 100% 90.9%
SUI.Find.Infrastructure.Utility.ProviderHttpClient 74.1% 100%

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 24, 2026

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

@dependabot dependabot bot deleted the dependabot/nuget/dot-config/find-package-updates-3ac1824bf1 branch March 24, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant