Commit 53d1e36
fix(cli): restore "route" verb in three comments mechanically renamed to "source"
The install-route → install-source terminology rename swept three sites where
"route" was used as a verb ("forward/channel through"), not as the install-route
concept. That left two ungrammatical comments and one broken cross-reference.
- InstallationDiscovery.cs: "Source through the shared helper" → "Funnel through
the shared helper". The sentence is about funneling a value through a helper
function, not about an install source.
- PeerInstallProbeTests.cs: "Source internal probe diagnostics … into the xunit
test output" → "Forward internal probe diagnostics …". The sentence is about
forwarding LogDebug output, not about an install source.
- TemporaryNuGetConfigTests.cs: comment referenced the now-renamed test
`GetAspireHomeDirectory_OnMacOS_PrRouteWithFirmlinkedProcessPath`. Update to
`PrSourceWithFirmlinkedProcessPath` so the cross-reference is greppable.
Comment-only; no behavior change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c23526a commit 53d1e36
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/Aspire.Cli/Acquisition
- tests/Aspire.Cli.Tests
- Acquisition
- Packaging
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments