aspire
aspire copied to clipboard
Add restart policy to resources
Microsoft Reviewers: Open in CodeFlow
This pull request implements restart policy for container based resources with Docker style restart annotations from issue #5003 .
Changes:
- Add
.WithRestart(RestartPolicy)
method to all container based projects..