Conversation
There was a problem hiding this comment.
Pull request overview
This pull request reorganizes the codebase by moving UI-related code to separate repositories. The PR removes the shared UI libraries (sharpengine-ui-shared), C# shared libraries (SharpEngine.Shared, SharpEngine.Rest, SharpEngine.Identity), and the entire Portal application (backend and web UI). It also removes UI-related files from the Launcher. Project references in the Engine solution are updated to point to a new SharpEngine-Shared repository location.
Key Changes:
- Removes shared TypeScript/React UI library and related configuration files
- Removes C# shared libraries for REST, Identity, and common utilities
- Removes entire Portal application (backend, database, and web UI)
- Updates project references to point to new
../../SharpEngine-Shared/location - Minor documentation improvements to README
Reviewed changes
Copilot reviewed 249 out of 274 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Engine/SharpEngine.slnx |
Updates project references from ../Shared/ to ../../SharpEngine-Shared/ to reflect new repository structure |
README.md |
Removes empty <div> element and adds missing documentation for the Launcher section |
| All other files | Complete removal of shared libraries, Portal application, and Launcher UI assets as part of repository reorganization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



<Issue number> <Change title>
Contents
This PR is trying to resolve:
TBD
We resolve it by:
TBD
Checklist
mainto my branch.