Commit f98bfe9
Accept host:port or scheme://host:port for TemporalServerHost
Changes TemporalServerHost from Uri to string so bare "host:port" values
(as used in Temporal Cloud config) bind correctly. Aspire-style
"scheme://host:port" is still handled via URI parsing fallback.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6b11ab4 commit f98bfe9
2 files changed
Lines changed: 8 additions & 3 deletions
File tree
- csharp/src/Infrastructure.DependencyInjection
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments