Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit f207800

Browse files
committed
Disable trimming
1 parent 53e47ed commit f207800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SpawnDev.ILGPU.WebGPU.Demo/SpawnDev.ILGPU.WebGPU.Demo.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<!-- Disable IL trimming to preserve ILGPU kernel methods invoked via reflection -->
8+
<PublishTrimmed>false</PublishTrimmed>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)