Tried to write some unit tests, but unable due to dependency on DirectoryService.
Finally fixed the issue around memory mapped files preventing deleting. (Thought I did, but didn't) - Going to commit to try a full rewrite of the image work with NetVips instead.
This commit is contained in:
parent
4559c28ff9
commit
dab3377ded
5 changed files with 167 additions and 108 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
|
||||
using System.IO;
|
||||
using System.IO.Abstractions;
|
||||
using System.IO.Abstractions.TestingHelpers;
|
||||
using API.Services.Tasks.Scanner.Parser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue