Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Dapr --runtime-path option. #1272

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

philliphoff
Copy link
Contributor

The Dapr CLI has a global --runtime-path to enable using an alternative Dapr runtime (i.e. daprd), such as a locally built version in order to test runtime changes. This PR adds a corresponding, optional RuntimePath property to the DaprSidecarOptions type as well as pushes the property into the Aspire manifest (if specified).

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Dec 7, 2023
@kvenkatrajan kvenkatrajan added this to the preview 3 (Jan) milestone Dec 7, 2023
@karolz-ms karolz-ms merged commit 818ac20 into dotnet:main Dec 11, 2023
8 checks passed
@philliphoff philliphoff deleted the philliphoff-dapr-runtime-path branch December 11, 2023 04:44
@github-actions github-actions bot locked and limited conversation to collaborators Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants