Skip to content

.Net: Processes LocalRuntime checkpointing + Removing DAPR Runtime#12855

Closed
esttenorio wants to merge 6 commits into
mainfrom
feature-processes-local-runtime-checkpoint
Closed

.Net: Processes LocalRuntime checkpointing + Removing DAPR Runtime#12855
esttenorio wants to merge 6 commits into
mainfrom
feature-processes-local-runtime-checkpoint

Conversation

@esttenorio

Copy link
Copy Markdown
Contributor

Description

  • Adding support to replace DAPR state/event persistence in LocalRuntime
  • Updating samples/demos
  • Removing DAPR dotnet related files

Contribution Checklist

…ing process if stopped/resumed (#12838)

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

This is a long one, trying to break down the changes by commit for the
most part:

- Renaming `step.name` -> `step.Stepid`, `step.id` -> `step.RunId`. 
- Updating namespace from `SemanticKernel.xxxx` to
`Microsoft.SemanticKernel.xxx`
- Checkpointing logic to store LocalRuntime process state in a custom
storage connector
   - main logic
   - tests update + addition
   - updating samples and demos
- disabling Dapr related changes in the meantime in this feature branch 

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description
- Removing DAPR related files
- Migrating fully existing dapr sample to use local runtime instead
- Fixing build/fomrating/ut errors

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
@moonbox3 moonbox3 added .NET Issue or Pull requests regarding .NET code documentation labels Aug 4, 2025
@github-actions github-actions Bot changed the title Processes LocalRuntime checkpointing + Removing DAPR Runtime .Net: Processes LocalRuntime checkpointing + Removing DAPR Runtime Aug 4, 2025
Comment thread dotnet/src/Experimental/Process.IntegrationTests.Shared/ProcessTests.cs Outdated
@esttenorio esttenorio marked this pull request as ready for review August 5, 2025 18:28
@esttenorio esttenorio requested a review from a team as a code owner August 5, 2025 18:28

@crickman crickman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

See ya, DAPR!!!

@westey-m westey-m self-assigned this Apr 29, 2026
@westey-m westey-m moved this from Sprint: In Review to Community PRs in Semantic Kernel Apr 29, 2026
@westey-m westey-m moved this to Community PR in Agent Framework Apr 29, 2026
@westey-m

Copy link
Copy Markdown
Contributor

Closing since this is stale

@westey-m westey-m closed this Apr 29, 2026
@github-project-automation github-project-automation Bot moved this from Community PR to Done in Agent Framework Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation .NET Issue or Pull requests regarding .NET code

Projects

Status: Done
Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants