ninjanye / SearchExtensions

Library of IQueryable extension methods to perform searching
MIT License
331 stars 52 forks source link

Adding project/tests that target .NET portable #16

Closed gwartnes closed 7 years ago

gwartnes commented 7 years ago

14

This awesome library only works in projects that target the full .NET framework. For developers targeting a portable version of .NET (mobile app development, for example), it doesn't work. This addition adds a PCL (Portable Class Library) version of the base library, and a unit test project for that library. It is basically a copy of the main library, with some minor changes in the reflection methods used.

ninjanye commented 7 years ago

Hi @gwartnes ,

Thanks for the PR and apologies that it has taken me so long to get back to you on this.

I've recently updated the project to run on dotnet core. Because of this I don't think this PR is now valid. The good news is that, now the project has been upgraded, it should be much simpler to add an aditional framework so I plan to do this shortly.

Apologies again for taking so long to reply, and thank you for putting in the time and effort to create this PR.

Regards John

VictorioBerra commented 5 years ago

Any chance of bumping to the netstandard2.0?