AutoFixture and .NET 5.0 Record Types
Does AutoFixture and the new .NET 5 Record Types work together?
Does AutoFixture and the new .NET 5 Record Types work together?
Investigating a technique on how to debug service registrations when functionality isn’t working as expected.
Exploring Top Level statements in .NET 5 and manually setting up and using dependency injection with the Microsoft container.
First public speaking engagement, thoughts on how it went and link to video
Set up a custom WebApplicationFactory to always add specific headers to the generated HttpClient
Looking at another .NET templated project type working with Project Tye. In this post we explore the .NET Worker Service template type.
Needed to spin up a dependency such as Redis locally but it’s too involved using Docker or the alternatives aren’t good enough? Let’s explore how to harness the power of Docker but keeping the friction low.
Setting up a new solution purely on the command line and getting them to run with Project Tye
Looking at the readability of performing a mathematical operation on a nullable integer and how it relates to readability and maintainability of the code base.
Using custom specimen builders with AutoDataAttribute functionality to reduce the amount of repeated code in your Arrange phase of unit tests.