codecutout / StringToExpression

Convert strings into .NET expressions
MIT License
95 stars 22 forks source link

Support null with strings #2

Closed brenoqueiroz closed 6 years ago

brenoqueiroz commented 6 years ago

Hello, I'm using your library and I had a problem filtering null strings, for instance, Name eq null did not work.

This PR adds the support for strings nullables comparison and also fix a vsstudio test adapter bug with xunit.

alex-davies commented 6 years ago

Thanks @brenoqueiroz, i'm a bit amazed I didn't pick up null string errors earlier

This has been published as version 1.0.1 (https://www.nuget.org/packages/StringToExpression/)