System.Text.Json JsonConverter Test Helpers

System.Text.Json JsonConverter Test Helpers

In a perfect world, you’d have to write zero JsonConverter classes, as all JSON data would serialize and deserialize as expected. Unfortunately, we live in a world where folks make bespoke formatting decisions that can boggle the mind. For folks...

Continue Reading

.NET 8 Interceptors

.NET 8 Interceptors

Typically I wouldn’t say I like writing about preview features for multiple reasons. Most of my posts aim to help folks solve problems they might have rather than get on a soap box or advertise. But I thought I would...

Continue Reading

.NET 8 TimeProvider and Unit Tests

.NET 8 TimeProvider and Unit Tests

Working with time has always been one of the more difficult parts of software development. Inevitably, time makes fools of us all. Luckily, for .NET 8 users, there’s a new attempt to provide tools to make testing your time-based logic...

Continue Reading