When a source file is added to a project via a path containing a symbolic link of the file system of the OS, csolution falsely issues a warning like:
csolution warning: example_project.cproject.yml:12:17 - './src/test.c' has case inconsistency, use '../src/test.c' instead
while ./src/ is a symbolic link to ../src/.
On Windows, the symbolic link can be created with the mklink command in admin mode or with Developer Mode enabled.
csolutiuon should not issue a warning when symlinks are used. Or, if symlinks are also considered a protablility concern, a different message should be issued.
When a source file is added to a project via a path containing a symbolic link of the file system of the OS, csolution falsely issues a warning like:
csolution warning: example_project.cproject.yml:12:17 - './src/test.c' has case inconsistency, use '../src/test.c' insteadwhile ./src/ is a symbolic link to ../src/.
On Windows, the symbolic link can be created with the mklink command in admin mode or with Developer Mode enabled.
csolutiuon should not issue a warning when symlinks are used. Or, if symlinks are also considered a protablility concern, a different message should be issued.