Autofixture and IOptions<T> - A Winning Combination

A look at how you can customize AutoFixture to allow for IOptions to be created without mocking.

September 9, 2024 · 9 min

Microsoft.IdentityModel.Tokens Has Finally Fixed IsNullOrEmpty Foobar

A long running frustration with the Microsoft.IdentityModel.Tokens package has finally been fixed. And it’s a breaking change!

August 29, 2024 · 2 min

TimeProvider and Autofixture AutoMoq Issue

Tried to use the new TimeProvider in .NET with AutoFixture AutoMoq and had issues?

August 14, 2024 · 6 min

My Love Hate Relationship With Pattern Matching

Does pattern matching increase readability? Is there more complexity because of it?

July 29, 2024 · 6 min

Is Your ASP.NET Core Application Running In A Container?

Ever needed to know at runtime if your application is running in a container? It’s super simple to check!

June 27, 2024 · 2 min