virtualx-engine/modules/mono/glue/GodotSharp
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
..
GodotPlugins C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotSharp C#: Ensure native handles are freed after switch to .NET Core 2022-08-22 03:36:51 +02:00
GodotSharpEditor C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
.editorconfig C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
.gitignore
GodotSharp.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotSharp.sln.DotSettings C#: Move marshaling logic and generated glue to C# 2022-08-22 03:35:59 +02:00