AutoFixture Generate Specific Format with Specimen Builders
Writing a custom specimen builder to extend AutoFixture’s auto generation routines to abide by business requirements.
Writing a custom specimen builder to extend AutoFixture’s auto generation routines to abide by business requirements.
Ever needed to return different values from a method call without exposing an enumerator? Let’s explore some options.
Looking at another constructor parameter checking option when passing in an enum value.
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.