Skip to content

[nuget][Find]- Bump Azure.Identity and 26 others#705

Merged
jordanstarksbrowning-hippo merged 4 commits into
mainfrom
dependabot/nuget/dot-config/find-package-updates-93cb60cb86
Jul 7, 2026
Merged

[nuget][Find]- Bump Azure.Identity and 26 others#705
jordanstarksbrowning-hippo merged 4 commits into
mainfrom
dependabot/nuget/dot-config/find-package-updates-93cb60cb86

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Pinned Azure.Identity at 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

No release notes found for this version range.

Commits viewable in compare view.

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

Release notes

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

1.8.2

1.8.2 (2026-06-30)

Features Added

  • Added support for the Microsoft OpenTelemetry distro's SDK statistics: a new internal meter subscription and an AppContext switch (Azure.Monitor.OpenTelemetry.Exporter.RouteSdkStatsToDistroEndpoint) that lets the distro redirect SDK statistics to its own ingestion path. The ingestion destination and an on/off signal are resolved at startup by fetching a remote configuration; on success the configured destination is used, an explicit remote disable signal turns SDK statistics off, and any other outcome falls back to the existing region-derived ingestion endpoint so SDK statistics keep flowing. The AppContext switch has no effect on Statsbeat for callers that do not opt in.
    (#​59811)

  • Subscribed the Statsbeat MeterProvider to the Microsoft OpenTelemetry distro's Network SDKStats meter (MicrosoftOpenTelemetryNetworkSdkStatsMeter) so distro-emitted Network statistics flow through the existing Statsbeat cadence when the distro runs with a non-Azure-Monitor exporter.
    (#​60209)

  • Subscribed the Statsbeat MeterProvider to the Microsoft OpenTelemetry distro's Feature SDKStats meter (MicrosoftOpenTelemetryFeatureSdkStatsMeter) so distro-emitted Feature statistics reach the Statsbeat ingestion path. The distro uses an independent, spec-aligned bit map to avoid collisions with the classic Application Insights SDK's FeatureStatsbeatMeter.
    (#​59529)

  • Added Network SDKStats reporting, emitting the short-interval Network statistics defined in the Application Insights SDKStats spec on a 15-minute cadence: Request_Success_Count, Request_Failure_Count, Request_Duration, Retry_Count, Throttle_Count, and Exception_Count, each with the spec-defined dimensions (including host, statusCode, and exceptionType).
    (#​59909, #​60018)

Other Changes

  • Updated customer SDK stats dimension key names to use camelCase (computeType, telemetryType, dropCode, dropReason, retryCode, retryReason).
    (#​59902)

Commits viewable in compare view.

Updated coverlet.collector from 8.0.1 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

Commits viewable in compare view.

Updated csharpier from 1.2.6 to 1.3.0.

Release notes

Sourced from csharpier's releases.

1.3.0

1.3.0

Breaking Changes

Change xml formatting to return error when it runs into syntax error so it is consistent with c# #​1854

Previously CSharpier treated an invalid xml file as a warning instead of an error. This was inconsistent with how it treated c# files.
Invalid c# or xml files are not treated as errors.
The --compilation-errors-as-warnings argument has been renamed to --syntax-errors-as-warnings and can be used to return warnings instead of errors when encountering invalid files.

What's Changed

Feature: Configurable whitespace handling for xml #​1790

CSharpier now supports two types of xml whitespace formatting strict or ignore.
By default all xml except xaml or axaml is treated as strict whitespace. See details

Feature: Move closing bracket for xml elements to the same line. #​1598

With strict xml whitespace handling, csharpier now keeps the closing bracket for an element on the same line instead of breaking it to a new line.

<!-- input & expected output -->
<ElementWithAttribute Attribute="AttributeValue__________________"
  >TextValue</ElementWithAttribute>

<!-- 1.2.6 -->
<ElementWithAttribute Attribute="AttributeValue__________________"
  >TextValue</ElementWithAttribute
>

Feature: Support for csharpier-ignore with XML formatter #​1788

CSharpier now supports csharpier-ignore in xml files. See details

Feature: Add MSBuild transitive and multi-target support #​1833

CSharpier.MSBuild can now work as a transitive dependency.

Feature: allow checking formatting with cache #​1830

The csharpier check command now supports a --use-cache option.

Feature: remove dependency on Microsoft.AspNetCore.App #​1508

Previously CSharpier required that Microsoft.AspNetCore.App be installed. CSharpier has been modified to use an HttpListener when it is run using server to remove the need for this dependency.

Fix: csharpier-ignore comment removes linespaces before block #​1867

CSharpier was removing blank lines before csharpier-ignore comments in some cases

// input and expected output
var x = 1;
    
// csharpier-ignore
var y=1;

/// 1.2.6
var x = 1;
// csharpier-ignore
var y=1;
 ... (truncated)

Commits viewable in compare view.

Updated dotnet-reportgenerator-globaltool from 5.5.4 to 5.5.10.

Release notes

Sourced from dotnet-reportgenerator-globaltool's releases.

5.5.10

Changes:

  • Added support for Sha256 signed licenses

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.9

Changes:

  • Added new setting "applyQueryStringToAllLinks" to apply query string to referenced CSS and JavaScript files and links to support SAS tokens (e.g. on blob storage) (#​349)
  • Improved escaping of JavaScript content

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.8

Changes:

  • Azure DevOps: Added metadata to become a trusted publisher

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.7

Changes:

  • #​783: Reduce memory usage for large code files

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.6

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.5

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

Commits viewable in compare view.

Updated DotNetEnv from 3.1.1 to 3.2.0.

Release notes

Sourced from DotNetEnv's releases.

3.2.0

  • Switch parsing to Superpower (from Sprache)
  • Fix utf8 parsing
  • Interpolated variables parsing

Commits viewable in compare view.

Pinned Hl7.Fhir.R4 at 6.2.1.

Release notes

Sourced from Hl7.Fhir.R4's releases.

6.2.1

Intro:

This is a bugfix release with several stability and correctness improvements.

Serialization

  • Fixed an OverflowException when serializing large decimal values with old parsing stack
  • Switched FhirClient to use the modern POCO serializer for better consistency
    • If legacy serializers are still needed, our choice can be overriden by assigning Settings.SerializationEngine an instance of FhirSerializationEngineFactory.Legacy.FromParserSettings(ModelInfo.ModelInspector, Settings.ParserSettings ?? new()) as it was before
  • Fixed size limitations when serializing base64-encoded data
  • Fixed the pretty option being ignored when calling ToXml()

Snapshot generation

  • Fixed incorrect behavior in collection merge when suppression extensions were involved, which could cause an index-out-of-range error or suppression being silently ignored

POCO / type system

  • ISourceNode now has a direct ToPoco() extension method
  • Fixed instant values being stored incorrectly when converting from an untyped source
  • Untyped sources are now correctly associated with the model when building POCOs
  • Custom resources and datatypes are now easier to define and build as a ClassMapping for ModelInspector
  • Restored collection initializer syntax support on the Parameters class
  • Added IVersionableConformanceResource to R5 NamingSystem

Other fixes

  • Resolver base class now allows returning null, leaving it to the caller to decide whether to throw
  • Dependencies downgraded to align with the target framework version

Changes:

  • #​3535: Added more tests cases for unit tests. Some code cleanup.
  • #​3536: Pretty parameter is not being used in ToXml extension method.
  • #​3534: Fix: store 'instant' as canonical string when building a POCO from an untyped source
  • #​3531: Fix serialization base64 size limits
  • #​3472: Add direct ISourceNode.ToPoco() implementation
  • #​3526: Fixed incorrect merge logic in mergeCollectionWithSuppression that could result in suppression extension not being honoured
  • #​3530: Skip major version update rules for specific dependencies
  • #​3527: Bump the runtime-dependencies-minor group with 1 update
  • #​3509: Central Package Dependency Management AND LTS/Condition Suggestions
  • #​3525: Optimize serialization locking

6.2.0

Intro:

  • Added a RespectSuppressExtension setting to SnapshotGeneratorSettings (default: true) to allow consumers to opt out of suppress-extension handling during snapshot generation.
  • Added Base.ClearOverflow() and corrected the NoOverflow docstring.
  • ITypedElement extension methods now use OverloadResolutionPriority(1), ensuring they are preferred over ISourceNode extensions for types implementing both interfaces (such as PocoNode).
  • Fixed a cache key issue in CachingTerminologyService where resource or unrecognized parameter values could produce invalid cache keys.
  • Validation now includes canonicals in failed resolve attempts, and cardinality validation correctly handles cases where no member name is reported.
  • Updated System.Text.Json and Microsoft.Extensions.Caching.Memory to version 10.0.7.

Changes:

  • #​3492: Bump Microsoft.Extensions.Caching.Memory and 4 others
  • #​3496: Skip build stages when only docs change (DEVOPS-706, DEVOPS-709)
  • #​3491: Added RespectSuppressExtension to SnapshotGeneratorSettings
  • #​3490: Fix small bug in the CachingTerminologyService
  • #​3487: Bump the test-dependencies group with 1 update
  • #​3483: Bump the runtime-dependencies-minor group with 4 updates
  • #​3479: Add ClearOverflow() to Base and fix misleading NoOverflow docstring
  • #​3475: Handle the case of cardinality validation not reporting membername
  • #​3470: Include canonicals in failed resolve attempts
  • #​3477: Add OverloadResolutionPriority to ITypedElement extensions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker from 2.51.0 to 2.52.0.

Release notes

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

2.52.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.52.0

  • Update Microsoft.Azure.Functions.Worker.Core to 2.52.0
  • Update Microsoft.Azure.Functions.Worker.Grpc to 2.52.0

Microsoft.Azure.Functions.Worker.Core 2.52.0

  • Add support for propagating trace context tags from worker to host (#​3303)
  • Add support for propagating OpenTelemetry Baggage to the worker. Requires use with the OpenTelemetry Extension to work end to end (#​3319).

Microsoft.Azure.Functions.Worker.Grpc 2.52.0

  • Update protobuf version to v1.12.0-protofile and add support for propagating tags from the worker to the functions host (#​3303).
  • Update protobuf version to v1.13.0-protofile to add support for propagating OpenTelemetry baggage to the worker (#​3319).

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.OpenTelemetry from 1.1.0 to 1.2.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.OpenTelemetry's releases.

1.2.0

What's Changed

Microsoft.Azure.Functions.Worker.OpenTelemetry 1.2.0

  • Add support for propagating OpenTelemetry baggage to the worker (#​3319).
  • FunctionsResourceDetector now respects OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES — when either is set, the detector skips adding service.name and/or service.version so the OTel SDK picks them up without duplication (#​3362).

Commits viewable in compare view.

Pinned Microsoft.Extensions.Configuration.EnvironmentVariables at 10.0.9.

Release notes

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

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.118

You can build .NET 9.0 from the repository by cloning the release tag v9.0.118 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is a PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.117

You can build .NET 9.0 from the repository by cloning the release tag v9.0.117 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.116

You can build .NET 9.0 from the repository by cloning the release tag v9.0.116 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.115

You can build .NET 9.0 from the repository by cloning the release tag v9.0.115 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.114

You can build .NET 9.0 from the repository by cloning the release tag v9.0.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.5

You can build .NET 9.0 from the repository by cloning the release tag v9.0.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.4

You can build .NET 9.0 from the repository by cloning the release tag v9.0.4 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.3

You can build .NET 9.0 from the repository by cloning the release tag v9.0.3 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.2

You can build .NET 9.0 from the repository by cloning the release tag v9.0.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.1

You can build .NET 9.0 from the repository by cloning the release tag v9.0.1 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0

You can build .NET 9.0 from the repository by cloning the release tag v9.0.0 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.2.24473.5

You can build NET 9.0 RC2 from the repository by cloning the release tag v9.0.0-rc.2.24473.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.1.24431.7

You can build .NET 9.0 RC1 from the repository by cloning the release tag v9.0.0-rc.1.24431.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.7.24405.7

You can build .NET 9.0 Preview 7 from the repository by cloning the release tag v9.0.0-preview.7.24405.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.6.24327.7

You can build .NET 9.0 Preview 6 from the repository by cloning the release tag v9.0.0-preview.6.24327.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.5.24306.7

You can build .NET 9.0 Preview 5 from the repository by cloning the release tag v9.0.0-preview.5.24306.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.4.24266.19

You can build .NET 9.0 Preview 4 from the repository by cloning the release tag v9.0.0-preview.4.24266.19 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.3.24172.9

You can build .NET 9.0 Preview 3 from the repository by cloning the release tag v9.0.0-preview.3.24172.9 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.2.24128.5

You can build .NET 9.0 Preview 2 from the repository by cloning the release tag v9.0.0-preview.2.24128.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.1.24080.9

You can build .NET 9.0 Preview 1 from the repository by cloning the release tag v9.0.0-preview.1.24080.9 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.128

You can build .NET 8.0 from the repository by cloning the release tag v8.0.128 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.127

You can build .NET 8.0 from the repository by cloning the release tag v8.0.127 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.126

You can build .NET 8.0 from the repository by cloning the release tag v8.0.126 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.125

You can build .NET 8.0 from the repository by cloning the release tag v8.0.125 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.124

You can build .NET 8.0 from the repository by cloning the release tag v8.0.124 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.123

You can build .NET 8.0 from the repository by cloning the release tag v8.0.123 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.122

You can build .NET 8.0 from the repository by cloning the release tag v8.0.122 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.121

You can build .NET 8.0 from the repository by cloning the release tag v8.0.121 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.120

You can build .NET 8.0 from the repository by cloning the release tag v8.0.120 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.119

You can build .NET 8.0 from the repository by cloning the release tag v8.0.119 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.100-preview.1

8.0.18

You can build .NET 8.0 from the repository by cloning the release tag v8.0.18 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.17

You can build .NET 8.0 from the repository by cloning the release tag v8.0.17 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.16

You can build .NET 8.0 from the repository by cloning the release tag v8.0.16 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.15

You can build .NET 8.0 from the repository by cloning the release tag v8.0.15 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.14

You can build .NET 8.0 from the repository by cloning the release tag v8.0.14 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub genera...

Description has been truncated

Bumps Azure.Identity from 1.19.0 to 1.21.0
Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.8.2
Bumps coverlet.collector from 8.0.1 to 10.0.1
Bumps csharpier from 1.2.6 to 1.3.0
Bumps dotnet-reportgenerator-globaltool from 5.5.4 to 5.5.10
Bumps DotNetEnv from 3.1.1 to 3.2.0
Bumps Hl7.Fhir.R4 from 6.1.1 to 6.2.1
Bumps Microsoft.Azure.Functions.Worker from 2.51.0 to 2.52.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.17.1
Bumps Microsoft.Azure.Functions.Worker.OpenTelemetry from 1.1.0 to 1.2.0
Bumps Microsoft.DurableTask.Client from 1.20.1 to 1.24.2
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables to 10.0.9
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Http from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Http.Polly from 10.0.5 to 10.0.9
Bumps Microsoft.Extensions.Http.Resilience from 10.4.0 to 10.7.0
Bumps Microsoft.Extensions.TimeProvider.Testing from 10.4.0 to 10.7.0
Bumps Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.18.0 to 8.19.1
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.7.0
Bumps nswag.consolecore from 14.6.3 to 14.7.1
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.16.0
Bumps OpenTelemetry.Extensions.Hosting to 1.15.3, 1.16.0
Bumps OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.16.0
Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1
Bumps powershell from 7.6.0 to 7.6.3
Bumps System.IdentityModel.Tokens.Jwt from 8.16.0 to 8.19.1
Bumps System.IO.Abstractions from 22.1.0 to 22.1.1

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: nswag.consolecore
  dependency-version: 14.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: powershell
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- 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.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: find-package-updates
- dependency-name: DotNetEnv
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Hl7.Fhir.R4
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.52.0
  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.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.Azure.Functions.Worker.OpenTelemetry
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.DurableTask.Client
  dependency-version: 1.24.2
  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.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.9
  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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.9
  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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.7.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.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-version: 8.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: find-package-updates
- dependency-name: System.IO.Abstractions
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: find-package-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 3, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Summary

Summary
Generated on: 07/07/2026 - 08:19:28
Coverage date: 07/07/2026 - 08:19:13 - 07/07/2026 - 08:19:27
Parser: MultiReport (8x Cobertura)
Assemblies: 5
Classes: 109
Files: 98
Line coverage: 82.5% (4608 of 5584)
Covered lines: 4608
Uncovered lines: 976
Coverable lines: 5584
Total lines: 9220
Branch coverage: 73.4% (832 of 1132)
Covered branches: 832
Total branches: 1132
Method coverage: Feature is only available for sponsors

Coverage

SUI.Find.Application - 91.1%
Name Line Branch
SUI.Find.Application 91.1% 74.6%
SUI.Find.Application.Constants.Matching.MatchScoreConstants 0%
SUI.Find.Application.Extensions.LoggerActivityExtensions 100% 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.MatchRequestMetadata 100% 100%
SUI.Find.Application.Models.Matching.MatchResult 86.1% 77.7%
SUI.Find.Application.Models.SearchResultItem 100% 100%
SUI.Find.Application.Services.FetchRecordService 94.1% 88.2%
SUI.Find.Application.Services.MaskUrlService 100% 100%
SUI.Find.Application.Services.Matching.MatchingService 97.8% 88.2%
SUI.Find.Application.Services.MatchPersonOrchestrationService 75.8% 66.6%
SUI.Find.Application.Services.PdsSearch.PdsSearchV1 91.6%
SUI.Find.Application.Services.PdsSearch.SearchQueryBuilder 88.7% 56.2%
SUI.Find.Application.Services.PolicyEnforcementService 94.3% 78.2%
SUI.Find.Application.Services.QueryProvidersService 100% 100%
SUI.Find.Application.Services.SearchResultsService 87% 50%
SUI.Find.Application.Services.SearchService 95.6% 83.3%
SUI.Find.Application.Validation.Matching.PersonDataQualityTranslator 100% 95.1%
SUI.Find.Application.Validation.Matching.PersonSpecificationValidation 98.3% 50%
System.Text.RegularExpressions.Generated 73.3% 44.4%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F900DA481A13958B
0FDD243B6774DF288C2EB2558EB4EA05262827D57F2E697FC__CommonPhoneSeparatorRege
x_1
75% 50%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F900DA481A13958B
0FDD243B6774DF288C2EB2558EB4EA05262827D57F2E697FC__FindWhiteSpaceRegex_0
83.9% 61.1%
SUI.Find.AuditProcessor - 22.8%
Name Line Branch
SUI.Find.AuditProcessor 22.8% 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 - 97.3%
Name Line Branch
SUI.Find.Domain 97.3% 93.7%
SUI.Find.Domain.Models.Result`1 100%
SUI.Find.Domain.ValueObjects.NhsPersonId 96.7% 93.7%
SUI.Find.FindApi - 70.3%
Name Line Branch
SUI.Find.FindApi 70.3% 66.6%
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.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.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 100% 83.3%
SUI.Find.FindApi.Functions.HttpFunctions.SearchFunctionV2 100% 70.8%
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.Middleware.AuthContextFactory 100% 96.4%
SUI.Find.FindApi.Middleware.JwtAuthMiddleware 86.5% 77.5%
SUI.Find.FindApi.Models.Auth.AuthResult 100%
SUI.Find.FindApi.Models.SearchJob 100%
SUI.Find.FindApi.Models.SearchResults 100%
SUI.Find.FindApi.Models.SearchResultsV2 100%
SUI.Find.FindApi.Models.SearchWorkItem 100%
SUI.Find.FindApi.Utility.BuildTimestampUtility 100% 50%
SUI.Find.FindApi.Utility.HttpResponseUtility 100%
SUI.Find.FindApi.Validators.StartSearchRequestValidator 82.3% 75%
SUI.Find.FindApi.WorkerExtensionStartupCodeExecutor 0%
SUI.Find.FindApi.WorkerHostBuilderFunctionMetadataProviderExtension 0%
System.Text.RegularExpressions.Generated 72.1% 45.4%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FD7437C968E83D9F
B295AF98F79FFD766C81446A1B277863116E759874FC6C7C2__ExtractBuildTimestampReg
ex_0
71% 45%
SUI.Find.Infrastructure - 93.9%
Name Line Branch
SUI.Find.Infrastructure 93.9% 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
90% 75%
SUI.Find.Infrastructure.Factories.Fhir.SearchParamsFactory 57.1% 8.3%
SUI.Find.Infrastructure.Handlers.JobResultHandler 95% 90%
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.BuildCustodianRequestsService 100% 81.2%
SUI.Find.Infrastructure.Services.Fhir.FhirAuthTokenService 90.6% 62.5%
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.MockAuthStoreService 93.3% 75%
SUI.Find.Infrastructure.Services.MockCustodianService 98.1% 87.5%
SUI.Find.Infrastructure.Services.MockMatchRepository 100% 90%
SUI.Find.Infrastructure.Services.OutboundAuthService 90.1% 81.2%
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%

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrades reviewed, and pass all tests without modified functionality, so merging these changes

@jordanstarksbrowning-hippo
jordanstarksbrowning-hippo merged commit eb31810 into main Jul 7, 2026
14 checks passed
@jordanstarksbrowning-hippo
jordanstarksbrowning-hippo deleted the dependabot/nuget/dot-config/find-package-updates-93cb60cb86 branch July 7, 2026 09:00
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