Skip to content

Dependency maintenance#65

Merged
lucaslorentz merged 5 commits into
lucaslorentz:mainfrom
erwinkramer:main
Mar 30, 2026
Merged

Dependency maintenance#65
lucaslorentz merged 5 commits into
lucaslorentz:mainfrom
erwinkramer:main

Conversation

@erwinkramer

@erwinkramer erwinkramer commented Mar 30, 2026

Copy link
Copy Markdown
Contributor
  • dotnet to latest patch version
  • mostly patch version updates for nuget packages, including Microsoft.Azure.DurableTask.Core to 3.7.1, exception is Grpc.Tools, which is a minor bump
  • for github actions, everything to latest version
  • removed the Microsoft.Azure.DurableTask.Core dependency for sample projects, not sure why it was there in the first place.
  • completely dropped the Grpc.Core dependency. The Grpc.Core namespace is in other libraries as well now, or already has been for a while (via dependency Grpc.Net.ClientFactory and Grpc.AspNetCore.Server). Closes Replace Grpc.Core with superseded library #66.
  • recently, a lot of documentation has been published on the base framework (Add comprehensive DTFx documentation Azure/durabletask#1299), i made sure to link that in the readme of this repo

Successfully tested the samples on .NET 10.

@lucaslorentz lucaslorentz merged commit aaea27f into lucaslorentz:main Mar 30, 2026
2 checks passed

@lucaslorentz lucaslorentz left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Looks good! Dependency updates are all reasonable (patch-level + Grpc.Tools minor bump). Dropping Grpc.Core is correct — the types (ServerCallContext, CallOptions, etc.) are already available through Grpc.AspNetCore.Server and Grpc.Net.ClientFactory. CI is green. Thanks for the thorough maintenance work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Grpc.Core with superseded library

2 participants