Sieve/SieveUnitTests
Nikita Prokhorov 820358e8ff
Fixed null-ref for case-(in)sensitive null-search (#165)
* Fixed null-ref for case-insensitive null-search
Added null-escaping sequence (to distinguish between prop==null (as null) and prop==\null (as string))

* Added null-search case-insensitive test

* Code style

* Added escape-sequences description to README.md

Co-authored-by: Nikita Prokhorov <nikita.prokhorov@grse.de>
2022-01-10 19:29:43 +01:00
..
Abstractions/Entity OrderByDynamic is modified to be able to handle inherited members, such as interface members. 2020-11-03 12:42:41 +03:00
Entities * Migrate tests to xunit 2021-05-13 14:04:18 +02:00
Services OrderByDynamic is modified to be able to handle inherited members, such as interface members. 2020-11-03 12:42:41 +03:00
General.cs fixed 163 issue (#164) 2021-12-16 19:50:53 +01:00
GeneralWithInterfaces.cs Release Sieve 2.5.0 (#151) 2021-08-29 16:30:19 +02:00
Mapper.cs * Migrate tests to xunit 2021-05-13 14:04:18 +02:00
SieveUnitTests.csproj * Migrate tests to xunit 2021-05-13 14:04:18 +02:00
StringFilterNullTests.cs Fixed null-ref for case-(in)sensitive null-search (#165) 2022-01-10 19:29:43 +01:00