xUnit.net (4)
2019
Testing ViewModels using INotifyPropertyChanged verifier
A fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.
Build and test ASP.Net Core app in Docker via GitHub Actions
Building and testing an ASP.Net Core application in Docker using GitHub Actions is possible, but I would still use the regular method for a couple of reasons.
Build and test ASP.Net Core 3.0 app via GitHub Actions
GitHub Actions is a modern and easy way to keep your entire product lifecycle wihtin GitHub. Still early days though.
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.