disabling-localized-satellite-assemblies-during-dotnet-publish/ #452
Replies: 6 comments 2 replies
-
|
Thanks you @andrewlock for this great post! Those extra dlls really bug me. |
Beta Was this translation helpful? Give feedback.
-
|
Really cool article. Have you experimented this and self-contained single executable? I did one attempt myself and it did not appear to shrink in size. Of course, there could be many nuances to this I'd assume. I only tried with setting the SatelliteResourceLanguages property to 'en' though, did not use a GlobalizationInvariant true. |
Beta Was this translation helpful? Give feedback.
-
|
Great informative post. |
Beta Was this translation helpful? Give feedback.
-
|
Hi. I have a MAUI App that when I publish it, it copies all the language folders with inside Microsoft.UI.Xaml.Phone.dll.mui and Microsoft.ui.xaml.dll.mui, |
Beta Was this translation helpful? Give feedback.
-
|
The other day a colleague from operations asked me: Why do you now produce all these folders. I think, we do not need them. Um, right. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for a nice write up! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
disabling-localized-satellite-assemblies-during-dotnet-publish/
In this post I show how to reduce the size of the publish output for .NET apps by preventing the publishing of localization resources when they're not needed
https://andrewlock.net/disabling-localized-satellite-assemblies-during-dotnet-publish/
Beta Was this translation helpful? Give feedback.
All reactions