mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-10-30 16:29:04 +01:00 
			
		
		
		
	* 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
		
			
				
	
	
		
			23 lines
		
	
	
		
			391 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			391 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "ConnectionStrings": {
 | |
|     "TestSqlServer": "Server=(localdb)\\MSSQLLocalDB; Database=SieveTests;"
 | |
|   },
 | |
|   "Sieve": {
 | |
|     "CaseSensitive": false,
 | |
|     "DefaultPageSize": 10
 | |
|   },
 | |
|   "Logging": {
 | |
|     "IncludeScopes": false,
 | |
|     "Debug": {
 | |
|       "LogLevel": {
 | |
|         "Default": "Warning"
 | |
|       }
 | |
|     },
 | |
|     "Console": {
 | |
|       "LogLevel": {
 | |
|         "Default": "Warning"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |