dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

Dual targets .Net standard (2.0) and .NET framework 4.5.2 #40

Closed labiej closed 5 years ago

labiej commented 5 years ago

Hi @dbelmont ,

I've succeeded in converting the project to .Net standard 2.0 (keeping the .NET 4.5.2 build intact) as per issue #27 .

What's missing at this time are the tests for the .Net standard version. The issue lies in the SqlServerCe dependency.

This isn't available for .Net core and likely won't ever be.

Any ideas toward solving this issue?

Kind regards,

Joris