Skip to content

feat(simulate): embedded ASP.NET LocalUpdateServer #31#33

Merged
JusterZhu merged 1 commit into
mainfrom
feat/simulate-server
May 20, 2026
Merged

feat(simulate): embedded ASP.NET LocalUpdateServer #31#33
JusterZhu merged 1 commit into
mainfrom
feat/simulate-server

Conversation

@JusterZhu
Copy link
Copy Markdown
Collaborator

Part of #31 - Sub-Issue #2

Implements embedded ASP.NET Core minimal API server:

  • WebApplication-based, listens on 127.0.0.1:5000 (auto-increment)
  • GET /Upgrade/Verification?currentVersion=&appType= returns version info pointing to local patch
  • POST /Upgrade/Report accepts update reports
  • GET /patch/{filename} serves the .zip file
  • Added FrameworkReference Microsoft.AspNetCore.App

Build: 0 errors / 0 warnings

- Add FrameworkReference Microsoft.AspNetCore.App
- LocalUpdateServer: minimal API with three endpoints
  - GET /Upgrade/Verification - returns version info with local patch URL
  - POST /Upgrade/Report - accepts update status reports
  - GET /patch/{filename} - serves patch .zip files
- Auto-detect bound port, static file lookup for patches
Copilot AI review requested due to automatic review settings May 20, 2026 14:57
@JusterZhu JusterZhu merged commit 9c98870 into main May 20, 2026
1 check failed
@JusterZhu JusterZhu deleted the feat/simulate-server branch May 20, 2026 14:59
@JusterZhu JusterZhu review requested due to automatic review settings May 20, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant