@bitflipped @bot @foo_fighter
Oh! I just realised that #dotNetMAUI and #MAUIDev aren't in there either (but again, should we have a separate bot for that, rather than the dotnet bot). I hadn't realised it was missing because I do see #dotNetMAUI tagged posts, but I just realised that's because they're ALSO using the #dotNet tag! I won't be seeing any that haven't used the dotnet tag. ๐Ÿ˜•
Successfully updated a #dotNetMAUI app to #dotNet 8. Just one issue #MAUIDev will need to deal with (other than the Android updates)...
Warning MA002 Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidate...
Content page styles are not loaded on first page navigation on iOS ยท Issue #14676 ยท dotnet/maui

Description I have created a style for my MAUI app pages. It works fine on Android. On iOS it doesn't load the style on initial page load. If i navigate away from the page and then navigate back st...

GitHub
How to use the .NET CLI clean-up tools on macOS

In this post, I will show you how to use the .NET CLI tools on macOS to clean-up installed SDKs, runtimes, workloads, and NuGet caches.

MSiccโ€™s Blog
Tips & Tricks on Upgrading Xamarin.iOS & Xamarin.Android to .NET for iOS & Android

There has never been a better time to update & migrate your Xamarin.iOS and Xamarin.Android apps to the latest version of .NET to take advantage of the latest features, support, and performance improvements.

Xamarin Blog

There is so much going on in this screen of my current #dotNETMAUI #MacCatalyst app already:
- Loading #SfSymbols via my custom library
- Coloring all icons with the #macOS/#iOS system colors via my custom library
- Extending image control to load a placeholder from SfSymbol
- Custom FramedContentControlWithText
- Entry handler modification to remove the border on Mac

Note: I did not yet wire up a #ViewModel instance.

#dotNET #CASBAN6 #MAUI #MAUIDev #MVVM #XAML #programming #developer #devlife

Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.

As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.

So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.

https://mastodon.social/@msicc/109765955918118362

#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

Apple Developer Documentation

Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

Will #blog about it when I ironed out all the quirks.

#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject