.NET 8 Update (#2496)
This commit is contained in:
parent
6d4d2d4a7f
commit
b838fd53e5
75 changed files with 590 additions and 405 deletions
|
@ -17,7 +17,7 @@ public static class FileTypeGroupExtensions
|
|||
case FileTypeGroup.Pdf:
|
||||
return Parser.PdfFileExtension;
|
||||
case FileTypeGroup.Images:
|
||||
return Parser.ImageFileExtensions;;
|
||||
return Parser.ImageFileExtensions;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(fileTypeGroup), fileTypeGroup, null);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue