Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
System.Linq.Dynamic.Core
is more up to date and has more functionality and does also support NET Core / NETStandard (besides net35, net40 and net45 and up)
SelectMany
is indeed supported.
For more information see the
github
page and browse the examples, unit-tests and help page.
Note:
I'm the maintainer from this project.
–
System.Linq.Dynamic is the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
System.Linq.Dynamic.Core is a .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.