Why won't you load my configuration Azure Functions?
Loading configuration from local.settings.json didn’t work how I was expecting it to so had to extend the start up to load structured configuration from appsettings.json
Loading configuration from local.settings.json didn’t work how I was expecting it to so had to extend the start up to load structured configuration from appsettings.json
Ever needed to generate realistic date of birth values for your anoymous unit test data? Sick of setting the value manually and seeing your own date of birth propagate through codebases as developers copy ’n’ paste your example? Time to get AutoFixture to do the heavy lifting!
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Looking into controlling the logging levels in Azure Functions.
Creating anonymous data using AutoFixture’s generic methods is great, but can you do it from a type?
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