Replies: 7 comments 6 replies
-
That would be good to trim down the size, I just haven't had time to look into it |
Beta Was this translation helpful? Give feedback.
-
Trimming is still experimental afaik. Also, curiously, self-contained |
Beta Was this translation helpful? Give feedback.
-
Maybe that is because of the large WinRT runtime. Around 26mb. |
Beta Was this translation helpful? Give feedback.
-
hmmm seems that trimming break Flow to work as intended. Need more testing. |
Beta Was this translation helpful? Give feedback.
-
A couple more suggestions to try, leaving it here for future reference: https://medium.com/@singhsukhpinder/how-to-reduce-net-core-app-size-90045757cd99 https://stackoverflow.com/questions/48009976/optimizing-net-core-self-contained-deployment |
Beta Was this translation helpful? Give feedback.
-
Why I cannot see your message even in here.....😶 |
Beta Was this translation helpful? Give feedback.
-
Resolved.Install https://github.com/dotnet/standard/blob/release/2.0.0/Microsoft.Packaging.Tools.Trimming seems to work fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Why don't we trim in publishing profile? In dotnet 5 environment, although it takes time to do the job, it can reduce the output size from 92MB to about 58MB
@JohnTheGr8 @jjw24
Beta Was this translation helpful? Give feedback.
All reactions