Skip to main content

All Questions

0 votes
0 answers
275 views

AutoMoq to respect MaxLengthAttribute

I'm using AutoFixture with AutoMoq to generate and configure a Mock to an interface. This interface uses the MaxLength attribute to specify the maximum length each property. How can I make the ...
SuperJMN's user avatar
  • 13.9k