refactor: profile-driven, version-neutral IL2CPP architecture - #207
Draft
mleem97 wants to merge 58 commits into
Draft
refactor: profile-driven, version-neutral IL2CPP architecture#207mleem97 wants to merge 58 commits into
mleem97 wants to merge 58 commits into
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 12 medium |
| Security | 1 high |
| Complexity | 10 medium |
🟢 Metrics 200 complexity · 2 duplication
Metric Results Complexity 200 Duplication 2
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ziel
Dieser PR führt eine profilgesteuerte, versionsneutrale IL2CPP-Architektur ein, ohne die aktuelle MelonLoader-Referenz auf
mainabrupt zu ersetzen.Vorherige PR-Migration
Vor Erstellung dieses Branches wurden alle zuvor offenen PRs geprüft. Die unterschiedlichen Sicherheits- und Performance-Änderungen wurden konsolidiert nach
mainübernommen; redundante automatisierte Duplikate wurden anschließend geschlossen. Der Branch basiert auf dem bereinigten Main-Commit4d9f222e3b550f27e4e51be96c1745c2102c57ed.Enthalten
AssemblyVersionfür binär kompatible 1.x-ReleasesAktuelle Referenz
1.0.50.156000.50.7.xDie exakte Unity-Patchversion und SHA-256-Werte bleiben absichtlich offen, bis sie aus einer verifizierten lokalen Installation aufgenommen und ein In-Game-Smoke-Test ausgeführt wurden. Das Profil darf daher noch keinen verifizierten Release erzeugen.
Branch-/Release-Modell
main: aktuelle Referenzcompat/u<unity>/game-<game>/gc-<major>.<minor>.x: gepflegte Liniearchive/u<unity>/game-<game>/gc-<version>: exakte, unveränderliche Kombinationu<unity>-game<game>-gc<version>: kanonischer Release-TagDiese Refs werden erst nach Profil- und Build-Verifikation atomar durch den manuellen Release-Workflow erzeugt. Unbestätigte historische Kombinationen werden nicht erfunden.
Verifikationsstatus
Der PR bleibt Draft. Die aktuellen GitHub-Actions-Jobs terminieren auf Runner-Ebene vor Checkout beziehungsweise vor dem ersten ausgeführten Schritt. GitHub liefert für diese Jobs weder Steps noch Logs; dadurch wurden Build und Tests nicht gestartet. Siehe
docs/IMPLEMENTATION_STATUS.md.Vor Ready-for-Review erforderlich: