Skip to content

Does not warn about direct references already included transitively #108

@janthomasQS

Description

@janthomasQS

Imagine we have the following dependency structure with ProjectReference:

graph TD;
    Executable-->DeepLibrary;
    Executable-->MiddleLibrary;
    MiddleLibrary-->DeepLibrary;
Loading

If Executable uses code from DeepLibrary then the ProjectReference from Executable to DeepLibrary is unneccesarry as long as one does not define <DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences>

Would detecting these sorts of scenarios be possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions