Replies: 1 comment
-
Hi @edreux! Do you mean that you want to generate instances of classes with unknown type, e.g. anonymous types? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a form where I can enter the definition of a c# class / model in a text field.
I want to generate random instances of it.
I have no idea how to proceed as all the samples I'm seeing will do mockup for a class belonging to the project and compiled with the project.
Any idea would be welcomed.
Beta Was this translation helpful? Give feedback.
All reactions