Resolve all using mine
Common Setup and Teardown in dotnet tests without test framework magic
, Author: Cezary Piątek

In this blog post I describe the typical problems caused by the usage of Setup
and Teardown
method in dotnet tests and how those problems can be solved by using only C# language features.
Sharing WireMock.NET in sequential and parallel tests
, Author: Cezary Piątek

Collecting memory dumps for .NET Core on Kubernetes
, Author: Cezary Piątek

WireMock.NET - Troubleshooting
, Author: Cezary Piątek

In the second installment of my blog post series on WireMock.NET, I will be discussing some of the most common problems that developers encounter while using the library. WireMock troubleshooting can be quite time consuming, especially when you don’t know the drill. I hope that my guideline will save you a lot of time.
... Read More
WireMock.NET - Introduction
, Author: Cezary Piątek
