nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
423 stars 49 forks source link

[Feature] support DataAnnotations attributes #79

Closed 304NotModified closed 2 years ago

304NotModified commented 2 years ago

Like [Range] and [StringLength]

See also supported items on AutoFixture:

https://github.com/AutoFixture/AutoFixture/tree/master/Src/AutoFixture/DataAnnotations

304NotModified commented 2 years ago

oops, duplicate of #43