Hi,
These days we have ReFS under Windows, and it supports Copy on Write since Windows 11 24H2
This is fine for read heavy workloads where some must be moved to a different folder. Microsoft itself enabled it in the MSBuild on default.
Is this used by NCrunch? If not, I think it would be nice if it would. From my understanding it should be automatically be done by the system (in newer Windows Version), but i'm not sure.
I found this code:
https://github.com/microsoft/CopyOnWrite/
I would assume that NCrunch is already building the projects with the added build property RunAnalyzers=false, so that the analyzers don't run
when building for NCrunch. Is this a thing?