You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I had to guess, it's the same issue that I am seeing: Tailspin.SpaceGame.Web.Tests\DocumentDBRepository_GetItemsAsyncShould.cs(43,17): error CS1503: Argument 1: cannot convert from 'System.Linq.Expressions.Expression<System.Func<TailSpin.SpaceGame.Web.Models.Score, bool>>' to 'System.Func<TailSpin.SpaceGame.Web.Models.Score, bool>'
edit* fixed by removing the Expression wrapper from queryPredicate.
I encounter this error when I build the project in VS Code as below:
Appreciate any one can help asap.
The text was updated successfully, but these errors were encountered: