Hello,
The latest development update mentions this:
We’re introducing a new C# scripting runtime based on modern .NET10, phasing out the current Mono runtime used in FiveM.
I understand this update is still a work in progress, but since it’s not being developed publicly on GitHub, what should we expect in the near future?
I would like to start developing for this new environment in .NET 10 (I know you can start developing without actually having it), but at the moment it cannot be tested and there’s no public documentation available.
The previous Mono runtime - and also the Mono v2 runtime - had serious issues with many NuGet packages because the sandboxing removed a lot of system packages that other libraries depend on.
My actual question is: can we expect documentation before the official release? Will there be a boilerplate for scripts?