Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 704 Bytes

File metadata and controls

23 lines (16 loc) · 704 Bytes

System.Linq.Dynamic.Core

This is a dotnet CORE port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

The following frameworks are supported:

  • net35
  • net40
  • net45x
  • net46x
  • dnxcore45x
  • dnxcore50

This fork takes the basic library to a new level. Contains XML Documentation and examples on how to use Dynamic Linq. Also adds unit testing to help ensure that it works properly.

Suggestions and comments are welcome.

The binary is available on NuGet : Install-Package System.Linq.Dynamic.Core

Documentation can be found here.