Commit e4f98d4
Harden WinGet native fallback behavior
- restore the native WinGet API path to prefer packaged COM first and lower-trust COM second
- remove bundled in-proc COM from the native helper fallback chain so COM usage stays system-only
- skip unreachable WinGet catalogs during local package enumeration and fall back to the system winget CLI when native composite enumeration still fails
- avoid reconnecting WinGet COM while a local package query is still in flight so timeout retries can attach to the same work instead of restarting the slow enumeration
- clear stale malfunction UI state, re-expose the malfunction-detector toggle, and extend WinGet regression coverage around activation order, fallback behavior, source skipping, and retry handling
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d3dd37a commit e4f98d4
6 files changed
Lines changed: 388 additions & 94 deletions
File tree
- src
- UniGetUI.PackageEngine.Managers.WinGet
- ClientHelpers
- UniGetUI.PackageEngine.Tests
- UniGetUI/Pages
- SettingsPages/ManagersPages
- SoftwarePages
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
165 | | - | |
| 169 | + | |
166 | 170 | | |
167 | 171 | | |
168 | 172 | | |
| |||
294 | 298 | | |
295 | 299 | | |
296 | 300 | | |
297 | | - | |
| 301 | + | |
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
| |||
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
420 | | - | |
| 424 | + | |
421 | 425 | | |
422 | 426 | | |
423 | 427 | | |
| |||
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
484 | | - | |
| 488 | + | |
485 | 489 | | |
486 | 490 | | |
487 | 491 | | |
| |||
539 | 543 | | |
540 | 544 | | |
541 | 545 | | |
542 | | - | |
| 546 | + | |
543 | 547 | | |
544 | 548 | | |
545 | 549 | | |
| |||
714 | 718 | | |
715 | 719 | | |
716 | 720 | | |
717 | | - | |
| 721 | + | |
718 | 722 | | |
719 | 723 | | |
720 | 724 | | |
| |||
0 commit comments