Excluding Assemblies from Trimming in .NET MAUI4 August 2025·6 minsHow I fixed a mysterious Release build crash in my .NET MAUI app by excluding Akavache from trimming using a Linker.xml file.
Displaying Base64 encoded images in .NET MAUI1 March 2023·3 minsIn this blogpost I will show you how to show Base64 encoded image in your .NET MAUI apps. As a bonus, we’ll see how to encode it yourself too!