fix(python): critical bug fixes across Python wrapper

This commit is contained in:
Miha Kralj
2026-03-01 21:35:19 -08:00
parent 9c03a5bbbe
commit ce4416d388
40 changed files with 9592 additions and 1397 deletions
+5
View File
@@ -11,6 +11,11 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\**\*.cs" />
</ItemGroup>