Sebastian's Feed
- From Commit to MSIX: Automating .NET MAUI Windows Builds with GitHub Actions
Sebastian Jensen walks through building a signed MSIX package for a .NET MAUI Windows app using GitHub Actions, covering certificate creation, manifest alignment, and test distribution. This is the Windows installment in his cross-platform CI/CD series for .NET MAUI.
Read more - From Commit to IPA: Automating .NET MAUI iOS Builds with GitHub Actions
A step-by-step guide to building and signing a .NET MAUI iOS app in GitHub Actions, from importing a .p12 certificate to downloading provisioning profiles automatically. Assumes the Apple-side preparation is already complete.
Read more - Before The IPA: Preparing iOS Signing
A practical walkthrough of the Apple-side setup required before you can automate iOS builds: creating the app identifier, distribution certificate, provisioning profile, and App Store Connect API key. Gets the hard part out of the way so your CI pipeline can focus on building.
Read more - From Commit to AAB/APK: Automating .NET MAUI Android Builds with GitHub Actions
A practical guide to automating .NET MAUI Android builds in GitHub Actions, covering keystore creation, Base64 encoding for secrets, and producing both .aab and .apk artifacts in a single pipeline run. Android is a great first platform to automate because the signing workflow is straightforward.
Read more - Building an Animated Countdown Control in .NET MAUI
Build a polished radial countdown control in .NET MAUI with smooth animation, adaptive text scaling, and customizable visual properties.
Read more - Create a Gauge control using SkiaSharp in .NET MAUI
Use SkiaSharp in .NET MAUI to build an animated gauge control with configurable visuals, text, and needle behavior.
Read more - Create a Credit Card view in .NET MAUI
Create a custom .NET MAUI credit card view using Font Awesome icons, bindable properties, and simple styling techniques.
Read more - .NET MAUI: Create a simple rating control
Build a lightweight star rating control in .NET MAUI using icon fonts, custom logic for fractional values, and reusable layout code.
Read more