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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: