-
Notifications
You must be signed in to change notification settings - Fork 0
Migration to 4.0
Upgrade AuroraScript.JIT hosts and tooling from 3.x to 4.0.0 and validate compatibility.
Applies to 4.0.0.
On this page
Update the NuGet package and global MCP tool to 4.0.0, then rebuild the host project and scripts.
dotnet add package AuroraScript.JIT --version 4.0.0
dotnet tool update --global AuroraScript.Mcp --version 4.0.0The README now retains only project introduction, installation, and a minimal example. Tutorials, complete APIs, benchmarks, MCP, Language Server, Visual Studio, and troubleshooting material live in this Wiki. The in-repository documents/ folder remains the packaged machine-readable language material for tooling and MCP.
- Restore and rebuild the host project.
- Run existing script tests, especially module resolution, host globals, CLR registration, and hot-patch flows.
- If using a custom resolver, confirm relative paths are still based on the importing source.
- If using
Persistence, the VSIX, or debugging, verify the target .NET/Visual Studio environment meets the requirements. - Benchmark hot rules; do not treat historical absolute timings from another machine as a conclusion for the new version.
Before and after upgrading, use this Wiki's object pages, the package schemas, and test results as the source of truth. Revalidate any code that depends on runtime implementation types not listed in the API reference; those types are not a long-term compatibility promise.
- Getting Started to verify a minimal 4.0 host.
- Troubleshooting and Security for upgrade failures.
AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License