Entity Framework - Cannot convert lambda expression to type 'string' because it is not a delegate type

后端 未结 15 2291
再見小時候
再見小時候 2020-11-30 09:18

I am using Entity Framework in my C# based code. I am running into an unexpected weirdness and am looking for suggestions.

Case 1, 2, 3, 4... Projects:
RivWorks

15条回答
  •  佛祖请我去吃肉
    2020-11-30 10:10

    I had a similar looking problem but with Rx and in my case adding

    using System;
    

    helped. FWIW

    Mess with those extension methods missing is too annoying sometimes.

提交回复
热议问题