 
|
a4039134de
|
.NET: Remove reflection samples (#1460)
* Removing usage of ReflectingExecutor<T> from workflow samples.
* Removing uneeded changes.
* Clean up.
* Update dotnet/samples/GettingStarted/Workflows/_Foundational/01_ExecutorsAndEdges/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update dotnet/samples/GettingStarted/Workflows/_Foundational/01_ExecutorsAndEdges/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update dotnet/samples/GettingStarted/Workflows/_Foundational/02_Streaming/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update dotnet/samples/GettingStarted/Workflows/_Foundational/02_Streaming/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Updates per PR feedback.
* Undo changes to generated file.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 20:34:04 +00:00 |
|
 Jacob AlberandGitHub
|
5902bcb10a
|
.NET: [BREAKING] Propagate CancellationToken into Workflow Executors and message handlers (#1280)
* feat: Propagate CancellationToken to Executors
* Also adds cancellation propagation to `Executor`-accessible APIs
* Adds registrators for cancellable handlers to `RouteBuilder`
* [BREAKING]: Adds `CancellationToken` to `IMessageHandler.HandleAsync`
* test: Re-enable Concurrent Orchestration test
* refactor: Delete unused IInputCoordinator
* refactor: Remove superfluous argument qualifications
|
2025-10-08 00:28:44 +00:00 |
|
 wuwengandGitHub
|
362652b966
|
.NET: Add Azure Monitor OpenTelemetry Exporter samples (#1231)
* Add Azure Monitor OpenTelemetry Exporter to enhance observability in agent samples
* add another sample code for application isnights
|
2025-10-07 23:16:32 +00:00 |
|