mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-27 04:33:23 +02:00
* Migrate tests to xunit
* Update sample project to dotnetcore3.1 * Use Sqlite in sample project to run it everywhere * Fix: Filter with escaped comma * Fix: Filter "null" does not work with Contains or StartsWith * Code cleanup: Adjust namespaces, adjust usings
This commit is contained in:
@@ -7,5 +7,8 @@ namespace SieveUnitTests.Entities
|
||||
{
|
||||
[Sieve(CanFilter = true)]
|
||||
public string Text { get; set; }
|
||||
|
||||
[Sieve(CanFilter = true)]
|
||||
public string Author { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user