ToListAsync with Select #72
-
hello, I have a select, before calling ToListAsync(). This results in NullReferenceException, static members and non public members are NULL. example: var res = _repository.GetAll() in UT: Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@mihail-nikolov did you try to compare your test case with provided examples? There are some similar cases which works fine. I believe if you compare these examples with your test case and fine difference - you will be able to find an answer to your question by yourself. |
Beta Was this translation helpful? Give feedback.
@mihail-nikolov did you try to compare your test case with provided examples? There are some similar cases which works fine. I believe if you compare these examples with your test case and fine difference - you will be able to find an answer to your question by yourself.