Testing your CosmosDB C# code and automating it with AppVeyor
Introduction Don't we all love well tested code? I know I do. It's just an awesome feeling knowing that if I change something over here, the thing over there didn't break. However, when your code depends on a third party library, then you have to hope that the code in…