Skip to content

deps: Bump the nuget-minor-patch group with 29 updates - #962

Merged
Liangying.Wei (vicancy) merged 5 commits into
mainfrom
dependabot/nuget/samples/csharp/blazor-webassembly/nuget-minor-patch-28bad6efdf
Aug 13, 2026
Merged

deps: Bump the nuget-minor-patch group with 29 updates#962
Liangying.Wei (vicancy) merged 5 commits into
mainfrom
dependabot/nuget/samples/csharp/blazor-webassembly/nuget-minor-patch-28bad6efdf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Updated Azure.Data.Tables from 12.7.1 to 12.11.0.

Release notes

Sourced from Azure.Data.Tables's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Azure.Identity from 1.10.2 to 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

1.19.0-beta.1

1.19.0-beta.1 (2026-08-12)

Features Added

1.18.0

1.18.0 (2026-07-15)

Features Added

  • Upgraded api-version to 2026-05-01.
  • Added BreakThroughMode property to VolumeProperties.

1.18.0-beta.1

1.18.0-beta.1 (2026-06-30)

Features Added

  • Upgraded api-version to 2026-04-15-preview. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added first-class Active Directory configuration resource support, including NetAppActiveDirectoryConfigResource, NetAppActiveDirectoryConfigCollection, and related create, update, get, and list operations.
  • Added first-class Elastic resource support, including NetAppElasticAccountResource, NetAppElasticCapacityPoolResource, NetAppElasticVolumeResource, NetAppElasticSnapshotPolicyResource, NetAppElasticSnapshotResource, NetAppElasticBackupVaultResource, NetAppElasticBackupPolicyResource, and NetAppElasticBackupResource, together with their related models and operations.
  • Added account-level LDAP and Entra ID configuration models, including LdapConfiguration, LdapConfigurationPatch, BindPasswordAkvConfig, BindPasswordAkvConfigPatch, EntraIdConfig, and EntraIdConfigPatch.
  • Added new supporting Elastic and NetApp models and enums, including CheckElasticResourceAvailabilityResult, CheckElasticVolumeFilePathAvailabilityContent, BreakthroughMode, BindAuthenticationLevel, LargeVolumeType, and related Elastic policy, encryption, protocol, snapshot, and availability types.

Breaking Changes

  • Preview account configuration and patch APIs were reshaped to align with the 2026-04-15-preview service contract. Code using preview-only NetAppAccountPatch, LDAP, Entra ID, Active Directory configuration, or Elastic resource types may need to be updated.

Other Changes

  • Refreshed generated models, resource operations, and samples to align with the latest preview service definitions.

1.16.0

1.16.0 (2026-07-01)

Features Added

  • Upgraded API versions: Compute to 2026-03-01, Disk to 2026-03-02, and Gallery to 2025-12-03.
  • Added snapshot immutability policy support, including SnapshotResource.UpdateImmutabilityPolicy, SnapshotResource.UpdateImmutabilityPolicyLock, ImmutabilityPolicy, ImmutabilityPolicyType, ImmutabilityPolicyContent, and ImmutabilityPolicyLockContent.
  • Added shared gallery invite accept/reject extension methods.
  • Added ConfidentialVmVersion on DiskSecurityProfile.
  • Added ImmutabilityPolicy on SnapshotProperties.

1.15.0

1.15.0 (2026-07-30)

Features Added

  • Added sealed, one-shot experimental AsyncStreamingClientResult<T> (and the AsyncStreamingClientResult factory class) for asynchronous streaming responses, with factories for custom producers, server-sent events, and newline-delimited JSON. These types are marked experimental (SCME0005) and are subject to change or removal in future updates.

Bugs Fixed

  • Fixed an issue where response content logging could emit more bytes than were actually read when a non-buffered (streaming) response was read into a buffer larger than the response body. Previously, when the read began at offset 0, MessageLoggingPolicy logged the entire caller-supplied buffer — including the bytes past the response payload, which for a pooled buffer contain unrelated in-process content — and the configured MessageContentSizeLimit was not applied. Only the bytes that were read are now logged. (#​61399)

1.11.0

1.11.0 (2026-07-23)

Features Added

  • Improved authentication in sovereign clouds (such as Bleu) when using a TokenCredential. Previously, if you did not set ConfigurationClientOptions.Audience, the client fell back to the Azure Public Cloud audience and authentication could fail. The client now infers the correct Microsoft Entra audience from your App Configuration endpoint, so no additional configuration is required. Public, Azure China, and Azure US Government endpoints continue to work as before, and you can still set Audience explicitly to override the inferred value.

Commits viewable in compare view.

Updated Azure.Messaging.WebPubSub from 1.3.0 to 1.6.0.

Release notes

Sourced from Azure.Messaging.WebPubSub's releases.

1.6.0

1.6.0 (2026-07-27)

Bugs Fixed

  • Hardened Azure Monitor ingestion and Live Metrics redirect handling to prevent credentials and telemetry from being forwarded to untrusted destinations.
    (#​61244)

Other Changes

  • Updated Azure.Monitor.OpenTelemetry.Exporter dependency to 1.8.3, which brings: customer SDK stats enabled by default (opt out with APPLICATIONINSIGHTS_SDKSTATS_DISABLED=true), internal Network SDK statistics signals, GenAI agent attribution processors for spans and logs, and CategoryName added to custom event custom dimensions.

1.6.0-beta.3

1.6.0-beta.3 (2026-07-07)

Features Added

  • Upgraded api-version to 2026-05-15-preview.

1.5.0

1.5.0 (2026-06-30)

Features Added

  • Upgraded api-verion to 2026-01-01.

Other Changes

  • Migrated code generation from AutoRest to TypeSpec.
  • Upgraded dependent Azure.Core to 1.59.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.5.0-beta.3

1.5.0-beta.3 (2026-08-07)

Features Added

  • Updated API version to 2026-03-01-preview.

Other Changes

  • Migrated from AutoRest/Swagger to TypeSpec-based generation.
  • Added support for Archive and ArchiveVersion resources.
  • Added support for ExportPipeline, ImportPipeline and PipelineRun resources.
  • Added missing [Obsolete] attribute to ContainerRegistryAgentPoolPatch for consistency with other deprecated RegistryTasks types.

1.5.0-beta.2

1.5.0-beta.2 (2026-07-20)

Features Added

  • Added Network Security Perimeter (NSP) configuration support with new operations on AppConfigurationStoreResource:
    • GetNetworkSecurityPerimeterConfiguration(string networkSecurityPerimeterConfigurationName) — retrieves an NSP configuration.
    • GetNetworkSecurityPerimeterConfigurations() — lists all NSP configurations for a store.
    • Reconcile(WaitUntil, string networkSecurityPerimeterConfigurationName) — reconciles an NSP configuration.
  • Added new models: NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationProperties, NetworkSecurityPerimeter, NetworkSecurityProfile, AccessRule, AccessRuleProperties, AccessRuleDirection, ProvisioningIssue, ProvisioningIssueProperties, ResourceAssociation, ResourceAssociationAccessMode, IssueType, Severity.

1.4.1

1.4.1 (2026-07-10)

Bugs Fixed

  • Added support for Teams Extension sovereign (GCCH) Entra scopes using https://auth.msft.communication.azure.us/ in EntraCommunicationTokenCredentialOptions.

1.4.0

1.4.0 (2026-07-26)

Features Added

  • Upgraded API version to 2026-07-31.
  • Added TrustedHostSubscriptionResource, TrustedHostSubscriptionCollection, and TrustedHostSubscriptionData for managing trusted host subscriptions per region (/locations/{location}/trustedHostSubscriptions/{hostSubscriptionId}).

1.3.2

1.3.2 (2026-06-30)

Other Changes

  • Upgraded dependent Azure.Core to 1.59.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

Updated Azure.Messaging.WebPubSub from 1.4.0 to 1.6.0.

Release notes

Sourced from Azure.Messaging.WebPubSub's releases.

1.6.0

1.6.0 (2026-07-27)

Bugs Fixed

  • Hardened Azure Monitor ingestion and Live Metrics redirect handling to prevent credentials and telemetry from being forwarded to untrusted destinations.
    (#​61244)

Other Changes

  • Updated Azure.Monitor.OpenTelemetry.Exporter dependency to 1.8.3, which brings: customer SDK stats enabled by default (opt out with APPLICATIONINSIGHTS_SDKSTATS_DISABLED=true), internal Network SDK statistics signals, GenAI agent attribution processors for spans and logs, and CategoryName added to custom event custom dimensions.

1.6.0-beta.3

1.6.0-beta.3 (2026-07-07)

Features Added

  • Upgraded api-version to 2026-05-15-preview.

1.5.0

1.5.0 (2026-06-30)

Features Added

  • Upgraded api-verion to 2026-01-01.

Other Changes

  • Migrated code generation from AutoRest to TypeSpec.
  • Upgraded dependent Azure.Core to 1.59.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.5.0-beta.3

1.5.0-beta.3 (2026-08-07)

Features Added

  • Updated API version to 2026-03-01-preview.

Other Changes

  • Migrated from AutoRest/Swagger to TypeSpec-based generation.
  • Added support for Archive and ArchiveVersion resources.
  • Added support for ExportPipeline, ImportPipeline and PipelineRun resources.
  • Added missing [Obsolete] attribute to ContainerRegistryAgentPoolPatch for consistency with other deprecated RegistryTasks types.

1.5.0-beta.2

1.5.0-beta.2 (2026-07-20)

Features Added

  • Added Network Security Perimeter (NSP) configuration support with new operations on AppConfigurationStoreResource:
    • GetNetworkSecurityPerimeterConfiguration(string networkSecurityPerimeterConfigurationName) — retrieves an NSP configuration.
    • GetNetworkSecurityPerimeterConfigurations() — lists all NSP configurations for a store.
    • Reconcile(WaitUntil, string networkSecurityPerimeterConfigurationName) — reconciles an NSP configuration.
  • Added new models: NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationProperties, NetworkSecurityPerimeter, NetworkSecurityProfile, AccessRule, AccessRuleProperties, AccessRuleDirection, ProvisioningIssue, ProvisioningIssueProperties, ResourceAssociation, ResourceAssociationAccessMode, IssueType, Severity.

1.4.1

1.4.1 (2026-07-10)

Bugs Fixed

  • Added support for Teams Extension sovereign (GCCH) Entra scopes using https://auth.msft.communication.azure.us/ in EntraCommunicationTokenCredentialOptions.

Commits viewable in compare view.

Updated Azure.Messaging.WebPubSub.Client from 1.0.0-beta.2 to 1.0.0.

Release notes

Sourced from Azure.Messaging.WebPubSub.Client's releases.

1.0.0

1.0.0 (2026-08-10)

Features Added

  • General availability release of the Azure Planetary Computer client library for .NET.
  • Full support for STAC API (v1.0.0) operations: collections, items, search, and tiles endpoints.
  • Data client with support for rendering data (GetTile, GetPreview, GetStatistics, GetBounds, GetWmtsCapabilities).
  • Ingestion client for managing data ingestion workflows.
  • Managed Storage Shared Access Signature (SAS) client for secure token generation.
  • Full async/await support throughout the SDK.
  • Support for .NET 8.0, .NET 10.0, and .NET Standard 2.0.
  • Added PlanetaryComputerProClientSettings to support creating a PlanetaryComputerProClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Data client methods with many parameters use options bag pattern for improved usability (e.g., GetItemPointAsync(GetItemPointOptions)).

Removed Features

  • Static image rendering endpoints (no longer part of GA API specification).

1.0.0-beta.27

1.0.0-beta.27 (2026-07-29)

Features Added

  • Added a durable key-value state store client under Azure.AI.AgentServer.Core.Storage. FoundryStateStore.GetOrCreateAsync binds (creating if needed) a named, Foundry-backed store; instances expose async GetAsync/UpdateAsync/DeleteAsync for the store and CreateItemAsync/SetItemAsync/GetItemAsync/DeleteItemAsync/ListKeysAsync for its items, with optimistic concurrency (If-Match/ETag), optional per-user isolation, and store-level item TTL. The .NET analogue of the Python SDK's FoundryStateStore.
  • Added support for Microsoft Entra authentication when exporting telemetry to Azure Monitor. When APPLICATIONINSIGHTS_AUTH_MODE is set to Entra, the Azure Monitor exporter attempts to use a system-assigned managed identity credential (falling back to connection-string authentication if the credential cannot be created).

1.0.0-beta.12

1.0.0-beta.12 (2026-07-31)

Bugs Fixed

  • Fixed asynchronous registration and receipt retrieval against a still-pending transaction. When a
    write is routed to a backup node the service replies with a redirect whose Location (for example
    /entries/{entryId}) omits the api-version. CodeTransparencyRedirectPolicy now carries the
    originating request's api-version onto followed 303/307/308 redirect targets, so the
    subsequent read stays on the versioned API instead of falling back to the service's unversioned
    (legacy) behavior. On the versioned API a read of a not-yet-committed entry is answered with a
    302 Found whose Location points back at the same entry URL; the followed read now treats that
    302 as retriable, and the client's default retry settings were raised (more, exponentially
    backed-off retries starting at 200 ms) so the pipeline polls until the committed receipt (200).
    All retry and delay values remain overridable through CodeTransparencyClientOptions.Retry.

1.0.0-beta.11

1.0.0-beta.11 (2026-07-15)

Bugs Fixed

  • Hardened receipt verification to reject empty inclusion-proof collections.

1.0.0-beta.10

1.0.0-beta.10 (2026-07-14)

Features Added

  • General availability release targeting REST API version 2026-03-26
  • Added a utility method CcfReceipt.GetRegistrationTransactionId(byte[] receiptCoseSign1Bytes) to extract the entry ID (registration transaction id) from a receipt

Other Changes

  • Removed namespace Azure.Security.CodeTransparency.Receipt, all classes have been moved to Azure.Security.CodeTransparency.
  • Updated CodeTransparencyRedirectPolicy to also allow 303 redirects which is returned in the case of the entry create operation.

1.0.0-beta.5

1.0.0-beta.5 (2026-07-10)

Features Added

  • Regenerated with the TypeSpec-based provisioning generator.
  • Updated default API version to 2026-03-18.

Breaking Changes

  • Removed the generated CommunicationServiceKeys type and CommunicationService.GetKeys() helper.

Other Changes

  • Preserved the existing public resource type names while migrating to the TypeSpec-based generator's internal resource naming.

1.0.0-beta.4

1.0.0-beta.4 (2026-08-06)

Features Added

Additional Signal refresh interval added

Commits viewable in compare view.

Updated coverlet.collector from 6.0.0 to 6.0.4.

Release notes

Sourced from coverlet.collector's releases.

6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

6.0.2

Fixed

  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #​1555
  • Fix record constructors not covered when SkipAutoProps is true #​1561
  • Fix .NET 7 Method Group branch coverage issue #​1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #​1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #​1547
  • Fix issues where ExcludeFromCodeCoverage ignored #​1431
  • Fix issues with ExcludeFromCodeCoverage attribute #​1484
  • Fix broken links in documentation #​1514
  • Fix problem with coverage for .net5 WPF application #​1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #​1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits viewable in compare view.

Updated dotenv.net from 3.1.3 to 3.2.1.

Release notes

Sourced from dotenv.net's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Google.Protobuf from 3.30.2 to 3.35.1.

Release notes

Sourced from Google.Protobuf's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Grpc.Tools from 2.71.0 to 2.83.0.

Release notes

Sourced from Grpc.Tools's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly from 6.0.16 to 6.0.36.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

6.0.36

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.35...v6.0.36

6.0.35

Release

6.0.33

Release

6.0.32

Release

6.0.31

Release

6.0.30

Release

6.0.29

Release

6.0.28

Release

6.0.26

Release

6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

6.0.24

Release

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.16 to 6.0.36.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

6.0.36

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.35...v6.0.36

6.0.35

Release

6.0.33

Release

6.0.32

Release

6.0.31

Release

6.0.30

Release

6.0.29

Release

6.0.28

Release

6.0.26

Release

6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

6.0.24

Release

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 8.0.5 to 8.0.29.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

8.0.29

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.27...v8.0.28

8.0.27

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27

8.0.26

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.25...v8.0.26

8.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25

8.0.24

Release

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

8.0.22

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22

8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

8.0.10

Release

8.0.8

Release

8.0.7

Release

8.0.6

Release

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker from 1.22.0 to 1.24.0.

Release notes

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

1.24.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.24.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.20.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.18.0

Microsoft.Azure.Functions.Worker.Core 1.20.0

  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)

Microsoft.Azure.Functions.Worker.Grpc 1.18.0

  • Changed exception handling in function invocation path to ensure fatal exceptions bubble up. (#​2789)
  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)

1.23.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.23.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.19.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.17.0
  • Updating Azure.Core to 1.41.0

Microsoft.Azure.Functions.Worker.Core 1.19.0

  • Updating Azure.Core to 1.41.0

Microsoft.Azure.Functions.Worker.Grpc 1.17.0

  • Updating Azure.Core to 1.41.0

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.Http from 3.2.0 to 3.3.0.

Release notes

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

3.3.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0

  • The 'FromBody' converter now utilizes DeserializeAsync for deserializing JSON content from the request body, enhancing support for asynchronous deserialization. (#​2901)
  • Update DefaultFromBodyConversionFeature to no longer use a given invocation's cancellation token (#​2894)

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.18.1.

Release notes

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

1.18.1

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.18.1

  • Updated Microsoft.Azure.Functions.Worker.Sdk.Generators reference to 1.3.4.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.4

  • Changed FunctionExecutorGenerator to avoid generation of long if/else chains for apps with a large number of functions.

1.18.0

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.18.0

  • Fix incorrect function version in build message (#​2606)
  • Fix inner build failures when central package management is enabled (#​2689)
  • Add support to publish a Function App (Flex Consumption) with ZipDeploy (#​2712)
    • Add 'UseBlobContainerDeploy' property to identify when to use OneDeploy publish API endpoint ("<publish_url>/api/publish")
    • Enhance ZipDeploy deployment status logging by appending the 'status_message' (when defined) to the output messages

Microsoft.Azure.Functions.Worker.Sdk.Generators

1.17.4

Microsoft.Azure.Functions.Worker.Sdk 1.17.4

  • Upgrade Microsoft.Azure.Functions.Worker.Sdk.Generators to 1.3.2

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.2

  • Enhanced function metadata generation to include $return binding for HTTP trigger functions. (#​1619)
  • Updating generators to fix the namespace conflict with customer code (#​2582)

1.17.3

Microsoft.Azure.Functions.Worker.Sdk 1.17.3

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.1

  • ExtensionStartupRunnerGenerator generating code which conflicts with customer code (namespace) (#​2542)

1.17.3-preview2

Microsoft.Azure.Functions.Worker.Sdk 1.17.3-preview2

  • Updating to use Microsoft.NET.Sdk.Functions.Generators 1.3.0 (#​2322)
  • Update legacy generator to handle HttpResultAttribute (#​2342), which is used on HTTP response properties in multiple output-binding scenarios. Example:
public class MyOutputType
{
    [QueueOutput("myQueue")]
    public string Name { get; set; }

    [HttpResult]
    public IActionResult HttpResponse { get; set; }
}

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.0

  • Introduces handling for HttpResultAttribute, which is used on HTTP response properties in multiple output-binding scenarios.
  • Fix bug causing compiler error when named arguments in function attributes are array types (#​2344).

Commits viewable in compare view.

Updated Microsoft.Azure.WebJobs.Extensions.WebPubSub from 1.7.0 to 1.10.2.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.WebPubSub's releases.

1.8.3

1.8.3 (2026-07-24)

Bugs Fixed

  • Hardened ingestion and Live Metrics redirect handling to reject untrusted destinations before replaying telemetry or caching the redirect. Redirect targets must now use HTTPS and match an approved Azure Monitor trust boundary, preventing credentials and telemetry from being forwarded to attacker-controlled endpoints.
    (#​61244)

Other Changes

  • Customer SDK stats are now on by default; opt out with APPLICATIONINSIGHTS_SDKSTATS_DISABLED=true. dropCode/retryCode dimension values now use the spec's SCREAMING_SNAKE_CASE (e.g. CLIENT_EXCEPTION).

Commits viewable in compare view.

Updated Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO from 1.0.0-beta.2 to 1.0.0.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO's releases.

1.0.0

1.0.0 (2026-08-10)

Features Added

  • General availability release of the Azure Planetary Computer client library for .NET.
  • Full support for STAC API (v1.0.0) operations: collections, items, search, and tiles endpoints.
  • Data client with support for rendering data (GetTile, GetPreview, GetStatistics, GetBounds, GetWmtsCapabilities).
  • Ingestion client for managing data ingestion workflows.
  • Managed Storage Shared Access Signature (SAS) client for secure token generation.
  • Full async/await support throughout the SDK.
  • Support for .NET 8.0, .NET 10.0, and .NET Standard 2.0.
  • Added PlanetaryComputerProClientSettings to support creating a PlanetaryComputerProClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Data client methods with many parameters use options bag pattern for improved usability (e.g., GetItemPointAsync(GetItemPointOptions)).

Removed Features

  • Static image rendering endpoints (no longer part of GA API specification).

1.0.0-beta.27

1.0.0-beta.27 (2026-07-29)

Features Added

  • Adde...

Description has been truncated

Bumps Azure.Data.Tables from 12.7.1 to 12.11.0
Bumps Azure.Identity from 1.10.2 to 1.21.0
Bumps Azure.Messaging.WebPubSub to 1.6.0
Bumps Azure.Messaging.WebPubSub.Client from 1.0.0-beta.2 to 1.0.0
Bumps coverlet.collector from 6.0.0 to 6.0.4
Bumps dotenv.net from 3.1.3 to 3.2.1
Bumps Google.Protobuf from 3.30.2 to 3.35.1
Bumps Grpc.Tools from 2.71.0 to 2.83.0
Bumps Microsoft.AspNetCore.Components.WebAssembly from 6.0.16 to 6.0.36
Bumps Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.16 to 6.0.36
Bumps Microsoft.AspNetCore.OpenApi from 8.0.5 to 8.0.29
Bumps Microsoft.Azure.Functions.Worker from 1.22.0 to 1.24.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.Http from 3.2.0 to 3.3.0
Bumps Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.18.1
Bumps Microsoft.Azure.WebJobs.Extensions.WebPubSub from 1.7.0 to 1.10.2
Bumps Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO to 1.0.0
Bumps Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator from 1.1.3 to 1.2.3
Bumps Microsoft.Extensions.Configuration.Json from 8.0.0 to 8.0.1
Bumps Microsoft.NET.Sdk.Functions to 4.6.0
Bumps Microsoft.NET.Test.Sdk to 17.14.1
Bumps Moq from 4.18.4 to 4.20.72
Bumps Newtonsoft.Json from 13.0.1 to 13.0.4
Bumps NUnit.Analyzers from 3.9.0 to 3.10.0
Bumps NUnit3TestAdapter from 4.5.0 to 4.6.0
Bumps Swashbuckle.AspNetCore from 6.4.0 to 6.9.0
Bumps System.IO.Pipelines from 5.0.1 to 5.0.2
Bumps Websocket.Client from 4.3.30 to 4.7.0
Bumps xunit from 2.4.1 to 2.9.3
Bumps xunit.runner.visualstudio from 2.4.3 to 2.8.2

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-version: 12.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub.Client
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub.Client
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-version: 6.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-version: 6.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: System.IO.Pipelines
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub.Client
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-version: 6.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-version: 6.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Data.Tables
  dependency-version: 12.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: System.IO.Pipelines
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: System.IO.Pipelines
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub.Client
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 8.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Websocket.Client
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSub
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSub
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSub
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSub
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Google.Protobuf
  dependency-version: 3.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Grpc.Tools
  dependency-version: 2.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Moq
  dependency-version: 4.20.72
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: xunit.runner.visualstudio
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Google.Protobuf
  dependency-version: 3.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Grpc.Tools
  dependency-version: 2.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Google.Protobuf
  dependency-version: 3.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Grpc.Tools
  dependency-version: 2.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Google.Protobuf
  dependency-version: 3.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Grpc.Tools
  dependency-version: 2.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Moq
  dependency-version: 4.20.72
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: xunit.runner.visualstudio
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Messaging.WebPubSub
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: coverlet.collector
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: dotenv.net
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: NUnit.Analyzers
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: NUnit3TestAdapter
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
...

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 Aug 13, 2026
Use the stable Web PubSub client exception API and skip secret-backed C# integration tests for Dependabot, where repository secrets are unavailable.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 6897cee9-248f-47db-a739-ab3a51b94527
Skip secret-backed integration tests based on the pull request author so maintainer-pushed repair commits do not accidentally run without repository secrets.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 6897cee9-248f-47db-a739-ab3a51b94527
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 6897cee9-248f-47db-a739-ab3a51b94527

@vicancy Liangying.Wei (vicancy) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

NuGet updates and compatibility fixes validated against the latest main; all checks pass.

@vicancy
Liangying.Wei (vicancy) merged commit b94a522 into main Aug 13, 2026
16 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/samples/csharp/blazor-webassembly/nuget-minor-patch-28bad6efdf branch August 13, 2026 14:16
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