Creating a Scorecard App with .NET MAUI – Part 1: Initial Creation
This is the first in a series of blogs about creating an app using .NET MAUI. All code can be found in my GitHub repo. I haven’t yet had the chance to create a full app using .NET MAUI, the evolution of Xamarin Forms. So I thought a scorecard app would be a good starting…
Read More Creating a Scorecard App with .NET MAUI – Part 1: Initial CreationUsing ngrok to debug your API’s from your Xamarin Forms App
Sometimes, you want to see what is going on when your nice shiny new App is supposed to connect to your awesome API and get some data from it/to it. Unfortunately – your App will (mostly) not connect to your API when it’s running on localhost. Android provides a nice little get around by using…
Read More Using ngrok to debug your API’s from your Xamarin Forms AppXamarin.Forms Build Errors
This post is for me to track issues (and hopefully solutions) to build errors that occur when trying to build and publish apps. iOS “codesign” exited with code 1 This usually pops up when the certificate or provisioning profile being used to build the app has expired. Check your KeyChain or Apple account and generate…
Read More Xamarin.Forms Build ErrorsThe “XamlCTask” task failed unexpectedly
I started seeing this error while setting up my Azure DevOps build pipeline to run under different environments. And I found a lot of posts about it while searching for the cause of the issue. Quite a few mentioned that the Xaml had an error causing the issue. But I could build the app fine…
Read More The “XamlCTask” task failed unexpectedlyLoading…
Something went wrong. Please refresh the page and/or try again.