You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is not a bug, but rather a feature request to have the SDK support trimming. There are some things we'll have to do since we use PInvoke and reflection in some places. We will keep this open as a feature request for trimming support and if it garners enough interest, we can look into annotating the SDK for it and running all tests while trimmed to ensure it works and continues to.
cretz
changed the title
[Bug] PublishTrimmed cannot be used due to Temporalio trim warnings
Support .NET Trimming
Jun 25, 2024
What are you really trying to do?
Publish trimmed/aot-compatible dotnet applications.
Describe the bug
Temporalio (and other packages) don't have trimming annotations included which produces errors when publishing with trimming enabled.
Minimal Reproduction
<PublishTrimmed>true</PublishTrimmed>
dotnet publish
on TemporalioSamples.AspNet.Worker.csproj.Environment/Versions
The text was updated successfully, but these errors were encountered: