-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Description
Faker only works for types with a parameterless contructor (throwing No parameterless constructor defined for type 'WASP.Models.Attack'. (System.MissingMethodException) otherwise).
This makes it impossible to use it with record types which don't have a default constructor. Other dotnet libraries (json parsers, ef core, ...) are able to use the full constructors, so there must be a decent way to do so, could you adapt that?
istipeti and eduardoworrelamccool
Metadata
Metadata
Assignees
Labels
No labels