Testing (6)
Apps, games & projects
NotifyPropertyChanged.Verifier
A fluent xUnit extension for testing INotifyPropertyChanged implementations in view models. A .NET Standard 2.0 library for .NET Core and the full framework.
2020
The Year 2038 Problem is already here
The consequences of Y2038 is starting to appear in legacy systems. If you don't fix it, they will break.
2019
Testing ViewModels using INotifyPropertyChanged verifier
A fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.
Xamarin.UITest for iOS is fickle when it comes to versioning
Xamarin.UITest is fickle when it comes to versions of the required libraries. This post describes how I got my tests running again for iOS 12.
2017
Testing Azure Blob Storage using xUnit
How to run tests dependant on Azure Blob Storage using xUnit.net both locally and on the build server.