• 1 Post
  • 6 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle
  • Yes. The transition from Xamarin to Maui has been similar to transition from .net framework to .net core.

    A few things you will run into:

    • namespaces have changed
    • certain things will be deprecated but still currently work (ie FillAndExpand)
    • platform specific setup has changed (you’ll need to convert to the new way, but code will likely remain the same)
    • upgrade your nuget packages to the Maui equivalents (the ones we used had Maui versions so we didn’t have to change any of them)
    • certain ways of doing things have change slightly, like how to run things on the main UI thread (you’ll see warnings)
    • your xaml code will remain mostly unchanged but your layout may need to be fixed (especially if your dependencies changed their interfaces)

    That’s all I can think of right now. There’s no easy way to do it and it’s going to suck. Focus on getting it to build with all your dependencies upgraded and then go from there.


  • Kind of a nothing burger.

    These repositories, belonging to more than 16,000 organizations, were originally posted to GitHub as public, but were later set to private, often after the developers responsible realized they contained authentication credentials allowing unauthorized access or other types of confidential data. Even months later, however, the private pages remain available in their entirety through Copilot.

    The repo was listed as public and archived. It’s not clear from the article but I suspect that the “private” information is just a copy of what was made public and not the information added after it was made private.