zabulus
zabulus
We use it in two scenarios: deletion of files and copying files. Options for robocomand: ``` mirrorFiles.OnCommandError += MirrorFiles_OnCommandError; mirrorFiles.OnError += MirrorFiles_OnError; mirrorFiles.CopyOptions.Source = sourcePath; mirrorFiles.CopyOptions.Destination = destinationPath; mirrorFiles.CopyOptions.Mirror =...
> when you could use DirectoryInfo.Delete(true). For network shares robocopy works little better, because multithreading. EnableRestartModeWithBackupFallback is not used for folder deletion
> Is your application closing while the command is still running? App crashes on this exception. It's long-running service, and we don't see any signs of graceful service stopping in...
+1. This blows up count of both components and vulnerabilities in dependency-track. Use-case is following: 1. We create sbom file for each .csproj separately using the cyclonedx dotnet tool. 2....