.NET 11 Preview 1 is out!
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-1/
We've been working on better framework and device selection to streamline 'dotnet run' for .NET MAUI. Try it out and let us know how it works!
| GitHub | https://github.com/jonathanpeppers |
.NET 11 Preview 1 is out!
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-1/
We've been working on better framework and device selection to streamline 'dotnet run' for .NET MAUI. Try it out and let us know how it works!
I've been working a bit lately on "scrolling performance" in .NET MAUI. I have some interesting numbers to share, comparing .NET 7 and .NET 8!
https://github.com/jonathanpeppers/maui-scrolling-performance
Test repository for measuring scrolling performance of .NET MAUI apps on Android - GitHub - jonathanpeppers/maui-scrolling-performance: Test repository for measuring scrolling performance of .NET M...
AI Artist in your pocket El Pintador makes creating art with artificial intelligence as easy as using your phone! Simply tell El Pintador what you would like to see and watch as the AI generates beautiful new art right before your eyes. With easy to follow lessons and a gallery of samples, El Pint…
Digging around in .NET MAUI's dependencies, I found about 500kb of Android/Java unused "stuff". Enough that the .NET MAUI project template doesn't need multi-dex anymore.
In reviewing: #10901 (comment) I found Xamarin.AndroidX.Legacy.Support.V4 triggers the warning: R8 : warning : Missing class androidx.window.extensions.WindowExtensions AndroidX.Legacy.Support.V4 ...
Still working on build performance in .NET MAUI, I think we can save 80% of time spent on XAML compilation! (testing in dotnet new maui project template)
Fixes: #11885 Looking at the JITStats report in PerfView (for MSBuild.exe): Name JitTime (ms) Microsoft.Maui.Controls.Build.Tasks.dll 214.0 Mono.Cecil 119.0 It appears that Microsoft.Ma...