Skip to content

Using both System.Linq and System.Linq.Dynamic.Core  #106

@Schaussi

Description

@Schaussi

Hi,

is it possible to use both libraries in one .cs file?
I am using .Net Core 1.1 and VS2017.
It seems to work when I only include one library.
Using both, I get an error like "list does not contain a definition for OrderBy", e.g. when using command .OrderBy("mycol asc");
Because I also need to use the common linq expressions, it would be great to be able to use both libs.
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions