godot/modules/mono/glue
Ignacio Roldán Etcheverry f88d8902cf C#: Ensure native handles are freed after switch to .NET Core
Finalizers are longer guaranteed to be called on exit now that
we switched to .NET Core. This results in native instances leaking.

The only solution I can think of so far is to keep a list of all
instances alive to dispose when the AssemblyLoadContext.Unloading
event is raised.
2022-08-22 03:36:51 +02:00
..
GodotSharp C#: Ensure native handles are freed after switch to .NET Core 2022-08-22 03:36:51 +02:00
callable_glue.cpp Fix Callable calls in mono module 2022-07-29 21:56:02 +02:00
runtime_interop.cpp C#: Add initial implementation of source generator for script members 2022-08-22 03:36:51 +02:00