DataGenerator
DataGenerator copied to clipboard
The expression is not a member access expression.
The class that I am generating my random data from has nullable numeral types and the IntegerSource and DecimalSource does not like them. So I tried using Convert but I get a runtime error that says...
The expression is not a member access expression.
Is there any way around this other than changing my properties?