Mark Welsh

Results 6 comments of Mark Welsh

Thanks for the quick response! I tried adding an IDetoursEventListener but for some reason I don't get all the files I would expect. The paths seem to all be msbuild.exe...

I'm getting very weird behavior. I set `FailUnexpectedFileAccesses = false` and `ReportFileAccesses = true` but I'm still seeing random denied access (e.g. `MSB4025 The project file could not be loaded....

I haven't had much luck creating a repro. I tried creating 50 fake csproj files each in a separate directory and then running msbuild against each in parallel while blocking...

Sorry, I was not very precise... I've been trying to create a simple repro that I could share with you. That was the 50 parallel MSBuild calls, which, unfortunately, did...

I think I found the problem -- node-reuse. I _think_ I'm getting weird inconsistent behavior because some of the file accesses are happening on shared MSBuild server processes. I'm guessing...

I was never able to reproduce the errors in a sample application (only with my full application & codebase). Even with `MSBUILDDISABLENODEREUSE=1`, I was still getting unreliable behavior in my...