fix(core): bump Nino to fix Dictionary serialization in HybridCLR by JasonXuDeveloper · Pull Request #627 · JasonXuDeveloper/JEngine

@JasonXuDeveloper @claude

…tion in HybridCLR

Nino's generated Dictionary serializer used `Unsafe.As<Dictionary, DictionaryView>`
to access internal `_entries`, which throws `ArrayTypeMismatchException` under
HybridCLR's interpreter due to strict `ldelema` type checking.

Fixes #621
Ref: JasonXuDeveloper/Nino#172

Signed-off-by: JasonXuDeveloper <jason@xgamedev.net>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>

AI review requested due to automatic review settings

February 8, 2026 00:16

@JasonXuDeveloper @claude

Update the JEngine.Core package dependency and its lockfile entry
from 4.0.0-preview.137 to 4.0.0-preview.147 to match the project
manifest, ensuring downstream consumers get the HybridCLR fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>

github-actions[bot]

github-actions[bot]