Open Daniel-SchaeferJ opened 1 year ago
Due to the performance issues and missing types etc I've decided to build an updated version of AutoBogus: soenneker.utils.autobogus
I've improved the performance significantly already, give it a try. More to come, it needs a lot of work....
This works so much faster, thanks a lot @soenneker
I noticed that AutoBogus is INCREDIBLY slow on blazor WASM. I tested this code var mock= new AutoFaker().Generate(10); using blazor server side, web api, xunit etc and blazor wasm is incredibly slow.