feat: added preserver class & method to preserve assembly loading

This commit is contained in:
2025-05-03 20:22:35 +03:00
parent f43ab36742
commit 3725a3b0fd
5 changed files with 46 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Syntriax.Engine</RootNamespace>
</PropertyGroup>
<ItemGroup>