Skip to main content

Overview of all the posts on Gerald's blog

2020


Empty Commit in Git: Great for Triggering CI

·2 mins
While working on CI, I wanted to test changes, I didn’t want to add a space to a Markdown file to trigger it. Instead you can create an empty commit in git

Databinding Scope in Xamarin.Forms

·5 mins
You app has a ListView and ContextActions. But the Command doesn’t fire. This to do with the databinding scope, I will show you how it’s done in this post.