Skip to content

[nuget][Find]- Bump Azure.Identity and 7 others#569

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Apps/Find/find-package-updates-cf227ec1ec
Closed

[nuget][Find]- Bump Azure.Identity and 7 others#569
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Apps/Find/find-package-updates-cf227ec1ec

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Pinned Azure.Identity at 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

1.21.0

1.21.0 (2026-04-10)

Other Changes

  • All Azure.Identity types have been moved to Azure.Core and are now available through TypeForwardedTo attributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that of Azure.Core. See the Migration Guide for details.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

Commits viewable in compare view.

Updated Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.7.0.

Release notes

Sourced from Azure.Monitor.OpenTelemetry.Exporter's releases.

1.7.0

1.7.0 (2026-03-27)

Features Added

  • Added ApplicationInsightsRestClientSettings to support creating a ApplicationInsightsRestClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
    (#​56891)

Bugs Fixed

  • Fixed AOT warning regression by using the source generator for ConfigurationBinder calls.
    (#​56368)

Other Changes

  • Update OpenTelemetry dependencies
    • OpenTelemetry 1.15.1
    • OpenTelemetry.Extensions.Hosting 1.15.1
      (#​57549)
  • Made AzureMonitorLogExporter, AzureMonitorMetricExporter, and AzureMonitorTraceExporter public for direct use when configuring OpenTelemetry.
    (#​56344)
  • Made options EnablePerformanceCounters and EnableStandardMetrics public in AzureMonitorExporterOptions.
    (#​56344)

1.6.2

1.6.2 (2026-04-02)

Other Changes

  • Upgraded dependent Azure.Core to 1.52.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.
  • Migrated from AutoRest/Swagger to TypeSpec-based generation.

1.6.1

1.6.1 (2026-03-10)

Bugs Fixed

  • Fixed ActiveDirectoryDomainGuid deserialization to handle empty string values returned by the service (#​56903)

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.DurableTask.Client from 1.20.1 to 1.23.3.

Release notes

Sourced from Microsoft.DurableTask.Client's releases.

1.23.2

What's Changed

Full Changelog: microsoft/durabletask-dotnet@v1.23.1...v1.23.2

1.23.1

What's Changed

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

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.

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

Release notes

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

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.2.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.15.2

For highlights and announcements pertaining to this release see: Release Notes > 1.15.2.

The following changes are from the previous release 1.15.1.

... (truncated)

1.15.2-beta.1

The following changes are from the previous release 1.15.1-beta.1.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.2.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.2

For highlights and announcements pertaining to this release see: Release Notes > 1.15.2.

The following changes are from the previous release 1.15.1.

... (truncated)

1.15.2-beta.1

The following changes are from the previous release 1.15.1-beta.1.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Pinned System.IdentityModel.Tokens.Jwt at 8.17.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

8.17.0

Dependencies

  • Downgrade MicrosoftExtensionsLoggingAbstractionsVersion to 8.0.0 on .NET 10. See PR #​3435.

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.19.0 to 1.21.0
Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.7.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.16.3
Bumps Microsoft.DurableTask.Client from 1.20.1 to 1.23.3
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.2
Bumps OpenTelemetry.Extensions.Hosting to 1.15.1, 1.15.2
Bumps System.IdentityModel.Tokens.Jwt from 8.16.0 to 8.17.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Azure.Monitor.OpenTelemetry.Exporter
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.DurableTask.Client
  dependency-version: 1.23.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.17.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 Apr 15, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 15, 2026

Superseded by #570.

@dependabot dependabot bot closed this Apr 15, 2026
@dependabot dependabot bot deleted the dependabot/nuget/Apps/Find/find-package-updates-cf227ec1ec branch April 15, 2026 06:20
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 04/15/2026 - 06:22:21
Coverage date: 04/15/2026 - 06:22:10 - 04/15/2026 - 06:22:20
Parser: MultiReport (8x Cobertura)
Assemblies: 5
Classes: 113
Files: 101
Line coverage: 81.9% (4685 of 5714)
Covered lines: 4685
Uncovered lines: 1029
Coverable lines: 5714
Total lines: 9576
Branch coverage: 74.3% (865 of 1164)
Covered branches: 865
Total branches: 1164
Method coverage: Feature is only available for sponsors

Coverage

SUI.Find.Application - 91.1%
Name Line Branch
SUI.Find.Application 91.1% 76.5%
SUI.Find.Application.Constants.Matching.MatchScoreConstants 0%
SUI.Find.Application.Extensions.LoggerActivityExtensions 96.5% 66.6%
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.5%
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 92.5% 80.5%
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.3%
Name Line Branch
SUI.Find.FindApi 68.3% 65.8%
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% 91.6%
SUI.Find.FindApi.Functions.HttpFunctions.FetchRecordFunction 100% 100%
SUI.Find.FindApi.Functions.HttpFunctions.MatchFunction 88.3% 88.4%
SUI.Find.FindApi.Functions.HttpFunctions.RenewLeaseFunction 97.3% 81.2%
SUI.Find.FindApi.Functions.HttpFunctions.SearchFunction 93.4% 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.8% 83.3%
SUI.Find.FindApi.Functions.HttpFunctions.WorkAvailableFunction 100% 90%
SUI.Find.FindApi.Functions.OrchestratorFunctions.SearchOrchestrator 100% 100%
SUI.Find.FindApi.Functions.QueueFunctions.JobResultHandlerFunction 100% 75%
SUI.Find.FindApi.Functions.QueueFunctions.QueueSearchJobTrigger 100% 83.3%
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%
Name Line Branch
SUI.Find.Infrastructure 92% 79.8%
SUI.Find.Infrastructure.Clients.AuditQueueClient 100%
SUI.Find.Infrastructure.Clients.JobResultsQueueClient 100% 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 94.7% 92.5%
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
Count
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 89.4% 71.4%
SUI.Find.Infrastructure.Services.JobProcessorService 100% 93.7%
SUI.Find.Infrastructure.Services.JobQueueService 100% 100%
SUI.Find.Infrastructure.Services.JobSearchService 100% 87.5%
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%

@sonarqubecloud
Copy link
Copy Markdown

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.

0 participants