Optional Dependencies with Autofac
Ever wanted to define a dependency as optional and only be loaded depending on consumption of your service?
Ever wanted to define a dependency as optional and only be loaded depending on consumption of your service?
Taking up the challenge from a tweet I explain my thought process on improving some code which will hopefully help someone.
How to set a value on an object passed to a mock to drive conditional logic further in the system under test
Asserting numbers of items in a list or collection is vital to unit tests, but which to choose?
Looking a the new version of Microsoft’s Feature Management nuget package and how to get it working in a console application without Azure!