Tif support

This commit is contained in:
2024-08-31 07:32:45 -07:00
parent 9ebfdc8af2
commit f914fd3577
5 changed files with 35 additions and 8 deletions

View File

@ -41,6 +41,8 @@ internal abstract class Id
StringBuilder stringBuilder = new();
if (propertyConfiguration.IntMinValueLength < (propertyConfiguration.ResultAllInOneSubdirectoryLength + 2))
throw new NotSupportedException();
if (hasDateTimeOriginal is null)
{ }
int key;
string value;
List<char> resultAllInOneSubdirectoryChars = [];