Page 1 of 1

Error on run

Posted: Wed 03 Jul 2019 21:14
by bnbaliga
Trying to run the Linq Insight in my project and running in to error - Can someone help, I am sure I am doing something silly.

public override IQueryable<Model.ARMTerm> GetById(long id, bool includeInactive = false, bool toUpdate = false)
{
return GetDbContext(toUpdate).Get<Model.ARMTerm>(w => w.ARMTermID == id);
}

Error thrown

Message: Queries not found in method 'GetById'.
Type: System.InvalidOperationException
Source: Devart.LinqInsight.Roslyn
Site: PrepareInternal
Stack Trace:
at lwbFPyXmkMu3Ua0YJQ.vILkmhsnM5AwjsRPcP.PrepareInternal(SourceCodeInfo , CancellationToken , String )
at Devart.LinqInsight.Implementation.QueryExecutor.LP2zgEvsi()
at Devart.LinqInsight.Implementation.QueryExecutor.qNajypvdy()
at Devart.LinqInsight.Implementation.QueryExecutor.<>c__DisplayClass59_0.<StartNewTask>b__0()

Re: Error on run

Posted: Tue 09 Jul 2019 18:08
by Shalex
Thank you for your report. We will notify you when the issue is fixed.