Log Windows updating the FW Lite MSIX package - #18
Conversation
Windows stages an .appinstaller update on its own schedule and registers it at activation, force-terminating a running instance to do so. None of that reaches our log today, so a forced shutdown looks like an unexplained restart. Subscribe to PackageCatalog.PackageUpdating for our own package and log target version, progress and errors. Diagnostics only, no behaviour change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| C# | Aug 18, 2026 12:33p.m. | Review ↗ | |
| Docker | Aug 18, 2026 12:33p.m. | Review ↗ | |
| JavaScript | Aug 18, 2026 12:33p.m. | Review ↗ | |
| Shell | Aug 18, 2026 12:33p.m. | Review ↗ | |
| SQL | Aug 18, 2026 12:33p.m. | Review ↗ | |
| Secrets | Aug 18, 2026 12:33p.m. | Review ↗ | |
| PowerShell | Aug 18, 2026 12:33p.m. | Review ↗ | |
| CSS | Aug 18, 2026 12:33p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
Promoted to sillsdev#2576 |
Diagnostics only. Subscribes to
PackageCatalog.PackageUpdatingfor our own package and logs target version, progress and errors.I/Claude observed windows killing my app in order to update it. That was only after it tried a few times to update it first and then I guess it got impatient 😉.
I want to log this event, because it could potentially be a hook to let us do some cleanup before being ungracefully killed.