StringAsTempFile cleans up in a wider range of circumstances (not relying on finalizer running). Helps with #7 but still doesn't cover all cases.

This commit is contained in:
SteveSandersonMS
2016-11-30 15:04:08 +00:00
parent 9001c191c1
commit 2cffab14f6
2 changed files with 48 additions and 3 deletions

View File

@@ -31,7 +31,8 @@
"netstandard1.6": {
"dependencies": {
"System.Diagnostics.Process": "4.3.0",
"System.IO.FileSystem.Watcher": "4.3.0"
"System.IO.FileSystem.Watcher": "4.3.0",
"System.Runtime.Loader": "4.3.0"
}
}
},