A scaffold the generator refused to write because a file already on disk has the same path in a different case. On a case-insensitive filesystem the write would replace that file, so the developer renames it instead.
The file already on disk, differing from CaseCollision.plannedPath only in case.
The path the scaffold would have been written to.
A scaffold the generator refused to write because a file already on disk has the same path in a different case. On a case-insensitive filesystem the write would replace that file, so the developer renames it instead.