Namespace Casewhere.Common
Namespaces
Casewhere.Common.ActiveDirectoryObjects
Casewhere.Common.Authentication
Casewhere.Common.ConfigurationSections
Casewhere.Common.JsonConverters
Classes
IndexBuildTaskContext.BuildIndexTaskItem
Contants
class support for lucenequery with datetime. User can't input second and milisecond but the database is storing utc datetime to overcome that, user input dd/MM/yyy format. we automatically add hour and minutes from 00:00:00 -> 23:59:59
Reading Position should be supported only for seekable streams, but ZipArchive seems to require this even from non-seekable streams, which is a bug (This bug fixed on .NET Core 2.0). So, we need to do to support writing ZIP files directly to OutputStream is to wrap it in a custom Stream that supports getting Position.