Configure AutoFixture.AutoMoq to set DefaultValueProvider.Empty instead of DefaultValueProvider.Mock

267 views Asked by At

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.

0

There are 0 answers