Somehow AutoFixture.AutoMoq is setting the property DefaultValueProvider
of Mock<T>
to DefaultValueProvider.Mock
and I need to customize AutoFixture in a way that the value set is instead DefaultValueProvider.Empty
.
I can't seem to find a way to do that.