We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very simple trial
userData = userData.OrderBy("UserName");
OrderBy is underlinded in red in VS2017
The type arguments for method 'Enumerable.OrderBy<TSource, TKey>(IEnumerable, Func<TSource, TKey>)' cannot be inferred from the usage.
My imports:
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.Extensions.Logging; using DNTBreadCrumb.Core; using HRPTradeCombo.Models.DataViewModels; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Options; using HRPTradeCombo.Models; using Microsoft.AspNetCore.Routing; using HRPTradeCombo.Data.EntityModel; using Microsoft.AspNetCore.Identity; using HRPTradeCombo.CommonClasses; using System.Linq.Dynamic;
The text was updated successfully, but these errors were encountered:
When using this project, be sure to add using System.Linq.Dynamic.Core;
using System.Linq.Dynamic.Core;
Sorry, something went wrong.
Great catch. Thanks
No branches or pull requests
Very simple trial
OrderBy is underlinded in red in VS2017
The type arguments for method 'Enumerable.OrderBy<TSource, TKey>(IEnumerable, Func<TSource, TKey>)' cannot be inferred from the usage.
My imports:
The text was updated successfully, but these errors were encountered: