Hello,
I am getting these kind of errors using the new optimized instrumentation mode:
NCrunch: This project was built on server '(local)'
The file 'D:\[root folder]\Module\packages\NUnit.3.10.1\build\NUnit.props' could not be written to the workspace due to error: System.IO.IOException: More data is available.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at nCrunch.Common.IO.FilePath.CopyTo(FilePath destinationPath, Boolean waitForLock)
at nCrunch.Core.ProjectItems.SnapshotComponentMember.WriteToFile(FilePath fileToWriteTo)
at nCrunch.Core.WorkspaceManagement.WorkspaceBuilder.(SnapshotComponentMember )
I have a large solution, with 150+ projects and about 10% of them fail with this issue.
I am running VS2017, the solution is targeting .NET 4.6.2 and obviously running NCrunch 4.0.
Thanks in advance!