Skip to content

Conversation

@andystaples
Copy link
Contributor

Adds the new Durable Isolated templates and Durable Entity templates to the list of supported templates.

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

@andystaples andystaples requested a review from a team as a code owner October 27, 2025 16:57
@andystaples andystaples requested a review from Copilot October 27, 2025 16:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for new Durable Functions templates in the .NET isolated worker runtime, including orchestration and entity templates. The changes ensure that developers can create Durable Functions projects using the updated template options.

  • Adds three new Durable Functions templates to the dotnet-isolated worker runtime
  • Adds two new Durable Functions entity templates to the dotnet worker runtime
  • Updates release notes to document the template additions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/Cli/func/Helpers/DotnetHelpers.cs Adds new Durable Functions template identifiers to both dotnet-isolated and dotnet runtime template lists
release_notes.md Documents the addition of updated Durable .NET templates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@andystaples
Copy link
Contributor Author

One note - we did not create templates named
DurableFunctionsEnttiyClass-CSharp-1.x
DurableFunctionsEntityFunction-CSharp-1.x

We only created the -2.x variants.
Just want to expressly check that this is not an issue

"KafkaOutput",
"DurableFunctionsOrchestration",
"DurableFunctionsEntityClass",
"DurableFunctionsEntityFunction",
Copy link
Member

Choose a reason for hiding this comment

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

Hey Andy, which template pkg will these be available in? I want to make sure we don't deploy ahead of these templates being available

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.

3 participants