Closed brenoqueiroz closed 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.
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/)
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.