Support for latest .NET runtimes (net6, net8) #2318
Twinki14
started this conversation in
Engineering Discussion
Replies: 2 comments 3 replies
-
@Twinki14 - let us know if we can help if you need it re: Extism integration. Always available at https://extism.org/discord! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anyone working on this? I got ~ 90% migrated over to .NET 8. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#1287 Has brought this up before and noted a potential memory corruption issue. Since that issue we've had .NET 7 and .NET 8 release, both brought crazy-performant changes that FiveM might heavily benefit from, even on the serialization/deserialization area
Steve Sanderson, a dotnet developer put together this experimental library https://github.com/SteveSandersonMS/DotNetIsolator which allows you to sandbox .NET code in your .NET code via WASM
https://github.com/engineer-man/piston or going the WebAssembly route with https://github.com/extism/extism might be another sandboxing option
Beta Was this translation helpful? Give feedback.
All reactions