Chad Retz
Chad Retz
### Describe the solution you'd like See https://github.com/temporalio/features/issues/606. Need to expose histogram bucket overrides made available in https://github.com/temporalio/sdk-core/pull/844.
### Describe the solution you'd like See https://github.com/temporalio/features/issues/604. When #1629 is done, make sure built-in queries return a raw value
### Describe the solution you'd like See https://github.com/temporalio/features/issues/594
### Describe the solution you'd like See https://github.com/temporalio/features/issues/576
### Describe the solution you'd like We auto-skip time when waiting on workflow result, we need to do the same when waiting on update result. See https://github.com/temporalio/features/issues/551.
### Describe the solution you'd like See https://github.com/temporalio/features/issues/486. Specifically, after https://github.com/temporalio/sdk-core/issues/830: * Accept optional "static summary " and "static details" on all ways to start a workflow (start, signal with...
### Describe the solution you'd like Like https://github.com/temporalio/samples-python/pull/167 but for .NET
## What was changed * Added `ActivityCancellationDetails` with cancellation information * Added `ActivityExecutionContext.CancellationDetails` which returns an instance of cancellation details upon cancel * Added `ActviityCancelReason.Paused` * Added support for setting...
### Describe the bug There was a bug in older CLI where persistence may fail and the worker was getting something like this warning: 2025-04-17T18:56:22.257529Z WARN temporal_sdk_core::worker::workflow: Task not found...
### Describe the solution you'd like Got flake of: ``` [xUnit.net 00:00:26.64] Temporalio.Tests.Worker.WorkerTuningTests.CanRunWith_CustomSlotSupplier [FAIL] [xUnit.net 00:00:26.65] Assert.Equal() Failure [xUnit.net 00:00:26.65] Expected: 20 [xUnit.net 00:00:26.65] Actual: 21 [xUnit.net 00:00:26.65] Stack Trace:...