AutoBogus icon indicating copy to clipboard operation
AutoBogus copied to clipboard

Generate random combination of "Flags" enum

Open wakuflair opened this issue 3 years ago • 1 comments

First thanks for this very handful library.

I noticed AutoBogus not generating combination of enum types with the "Flags" attribute, only individual enum value. Is there something magic I don't know?

wakuflair avatar Jan 29 '21 07:01 wakuflair

Hey @wakuflair

The usage of enum flags is not current implemented - AutoBogus simply asks Bogus for a enum value and assigns it.

I don't think it would be too hard to get something in place for it. I'll see what I can do.

Nick.

nickdodd79 avatar Mar 12 '21 01:03 nickdodd79