cezarypiatek / MappingGenerator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
https://marketplace.visualstudio.com/items?itemName=54748ff9-45fc-43c2-8ec5-cf7912bc3b84.mappinggenerator
MIT License
1.03k stars 120 forks source link

Suggestion: Varying sample data #150

Open lindeberg opened 4 years ago

lindeberg commented 4 years ago

Right now the sample data generated is the same every time. In order to have some more realistic testing data it would be nice to have this sample data vary a bit every time it is generated.

I am using Rider nuget.

lindeberg commented 3 years ago

Now I have learnt about Bogus and I am no longer as passionate about this feature request

cezarypiatek commented 3 years ago

I've made a POC that combines Bogus and MappingGenerate, but it needs to be polished before I publish anything

coderdnewbie commented 3 years ago

Have a look at AutoBogus as well, which should help you, it uses bogus, and should make things easier.