You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2367 dapr change the app port depending on the app protocol (#3184)
* dapr change the app port depending on the app protocol
* fix endpoint annotations for dapr.
* fix the rest of the endpoints uri schemas
* Apply suggestions from code review
Co-authored-by: David Fowler <davidfowl@gmail.com>
* fix white spaces
* now we can define both, dapr protocol or endpoint from the configured endpoint
* add tests
* revert changes in the playground
* fix spelling issue
* add a large comment for all of this logic
* fix formatting
* Update src/Aspire.Hosting.Dapr/DaprDistributedApplicationLifecycleHook.cs
* change to switch expression fix test
* revert changes in playground
* format stuff
* fix is null and formating
* improve switch
---------
Co-authored-by: David Fowler <davidfowl@gmail.com>
0 commit comments