Disable stack trace support in trimmed builds

This commit is contained in:
Archi
2023-12-12 00:24:59 +01:00
parent d5a41dce1d
commit 91c82302bb

View File

@@ -77,6 +77,7 @@
<EventSourceSupport>false</EventSourceSupport>
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
<StackTraceSupport>false</StackTraceSupport>
<UseNativeHttpHandler>true</UseNativeHttpHandler>
<TrimMode>partial</TrimMode>
</PropertyGroup>