Here's what I'm doing:
opts.LoadWith<Job>(j => j.Questions);
opts.LoadWith<Job>(j => j.Categories);
I keep getting an error that "Specified cast is not valid."
However, if I do either of the alone, it works!
Here's what I'm doing:
opts.LoadWith<Job>(j => j.Questions);
opts.LoadWith<Job>(j => j.Categories);
I keep getting an error that "Specified cast is not valid."
However, if I do either of the alone, it works!