Skip to content

csolution falsely reports file reference using symbolic link as case inconsistency #2489

@andbararm

Description

@andbararm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions