Commit b32666d
Fix error display by ensuring GetManifests is called before checking error state
- ShowWorkloadsInfo now calls GetManifests() before checking error message
- This ensures _exceptionToThrow is populated when manifests from workload set are missing
- Changed InitializeManifests to always throw if error exists (not just when no manifests loaded)
- Fixed redundant error message display logic
- Error now properly shown in dotnet --info and dotnet workload --info
Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>1 parent 9d3bd1e commit b32666d
2 files changed
Lines changed: 20 additions & 9 deletions
File tree
- src
- Cli/dotnet/Commands/Workload
- Resolvers/Microsoft.NET.Sdk.WorkloadManifestReader
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
133 | 142 | | |
134 | 143 | | |
| 144 | + | |
| 145 | + | |
135 | 146 | | |
136 | 147 | | |
137 | 148 | | |
| |||
153 | 164 | | |
154 | 165 | | |
155 | 166 | | |
156 | | - | |
| 167 | + | |
157 | 168 | | |
158 | | - | |
| 169 | + | |
159 | 170 | | |
160 | 171 | | |
161 | 172 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments