Shyju Krishnankutty and Copilot
41d5c6ea47
Fix typo PaymentProcesser -> PaymentProcessor and garbled arrows in README
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-03 19:50:16 -08:00
Shyju Krishnankutty and Copilot
ae6b23c8d8
Fix dotnet format issues: add UTF-8 BOM and remove unused using
...
- Add UTF-8 BOM to 20 .cs files across DurableTask, AzureFunctions,
unit tests, and workflow samples
- Remove unnecessary using directive in 07_SubWorkflows/Executors.cs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-03 17:46:14 -08:00
Shyju Krishnankutty and Copilot
3c586b25ca
Fix build errors: remove duplicate base class members, update renamed APIs
...
- Remove duplicate OutputLog, WriteInputAsync, CreateTestTimeoutCts, etc. from
ConsoleAppSamplesValidation (already in SamplesValidationBase)
- Update AddFanInEdge -> AddFanInBarrierEdge in workflow samples
- Update GetNewSessionAsync -> CreateSessionAsync in workflow samples
- Update SourceId -> ExecutorId (obsolete) in workflow samples
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-03 14:59:02 -08:00
Shyju Krishnankutty and Copilot
cd8344dbc1
Move durable workflow samples to 04-hosting/DurableWorkflows
...
Aligns with main branch sample reorganization where durable samples
live under 04-hosting/ (alongside DurableAgents/).
- Move samples/Durable/Workflow/ -> samples/04-hosting/DurableWorkflows/
- Add Directory.Build.props matching DurableAgents pattern
- Update slnx project paths
- Update integration test sample paths
- Update README cd paths and cross-references
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-03 13:56:53 -08:00