home.social

#mauidev β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mauidev, aggregated by home.social.

fetched live
  1. @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. πŸ˜•

  2. 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...

  3. 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

  4. 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