home.social

#dotnetmaui — Public Fediverse posts

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

  1. New blog post "Why We Need the Gtk Platform for MAUI -- A short wrap-up of our goal and motivation along with a historical overview of events that lead to MauiGtk" mauigtk.net/blog/20260125/

  2. Updated the profile background image -- still working on a style (we want to create a static homepage using )

    You also may want to follow @mauilinuxnet
    by Ten who wants to build an info nexus website.

    Here is our (related) tag cloud so you can find us more easily:

  3. Okay #DotNet and #AvaloniaUI (or are we supposed to be using #Avalonia_UI?) :

    If you've used both ReactiveUI and CommunityToolkit.MVVM, what were your experiences with each of them and, if you made the decision, which did you pick and why?

    Note: I'm not interested in debating MVVM, implementing it yourself, or anything else, I'm focused on those two libraries.

    (#DotNetMAUI folks can comment, too, but I don't think I've seen anyone use reactiveui with Maui)

  4. The best releases happen on Friday! So we just pushed out new versions of all .NET MAUI Community Toolkit packages.

    Check out all the details in the different releases and have a great weekend!

    #dotnetmaui #communitytoolkit #dotnet

    github.com/CommunityToolkit/Ma

  5. Happy bugfix Friday! 🙅🐛

    We had just released a new version of all our our .NET MAUI Community Toolkit packages.

    For the main package, there are some breaking changes, so we bumped the version to 9.0! Read all the details in our notes

    github.com/CommunityToolkit/Ma

    #dotnet #dotnetmaui #communitytoolkit

  6. Version 8 of the .NET MAUI Community Toolkit is here bringing you

    🫵 TouchBehavior (long press anyone?!)
    🥨 A full rewrite of SnackBar on Windows
    🧭 Android system navigation bar coloring
    🚀 And much more!

    I did a little write up of the whole thing here:
    devblogs.microsoft.com/dotnet/

    #dotnet #dotnetmaui #communitytoolkit

  7. This might be our most anticipated release yet... TouchBehavior is here! 👉📱

    Previously known as TouchEffect in Xamarin, this functionality is now ported and available in the .NET MAUI Community Toolkit version 8.0

    Find all the details here 👇

    github.com/CommunityToolkit/Ma

    #dotnet #dotnetmaui #communitytoolkit

  8. @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. 😕

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

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

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

  12. Just finished porting and refactoring my #XamarinForms #MVVM libraries to #dotNETMAUI.

    Next step is setting up a #GitHubAction that generates the #NuGet packages for me for both branches. Once that is done I have a legacy version for XF, and a current #LTS version for #MAUI.

    Finally, I will be able to continue with the admin client for my #CASBAN6 side project.

    #DevLife #NextSteps #dotNET