Skip to content

gottscj/Serialize.Linq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serialize.Linq

THIS IS A FORK OF THE ORIGINAL Serialize.Linq targeting ASP.NET Core and Net4.6

Find the original here: https://github.com/esskar/Serialize.Linq

Serialize.Linq is a c# library for serializing linq expressions.

Installation

Currently not available in nuget.

Building the source

git clone https://github.com/gottscj/Serialize.Linq.git

After cloning the repository, run

cd src\
build\build.cmd

NOTE: Opening the solution requires VS 2017.

Examples

There is working ASPNetCore Web Api and SignalR and example included in the examples folder. You may also find some examples on esskar's blog.

Help and Support

If you have a feature request, a bug or any other question, just create an issue. For bugs: make sure you create a unit test, so it is easier for me to reproduce and fix it.

Supported Platforms (or known to work with)

  • .NET 4.6
  • Netstandard 1.6

About

C# library to serialize LINQ expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Batchfile 0.8%