Skip to content

libman.json added to two different project single solution doesn't work  #667

@ns8482e

Description

@ns8482e

Describe the bug

I am working o modular application where each project within a solution is separate module. I am using libman.json to manage client side library required within each project. However updating entries in one projects updates client library in another project.

To Reproduce

Steps to reproduce the behavior:

  1. Create two projects 'Project A' and 'Project B' in same solution
  2. Create Project A\libman.json with bootstrap with destination Project A\wwwroot\lib\bootstrap
  3. Create Project B\libman.json with jquery with destination Project B\wwwroot\lib\jquery
  4. Notice that jquery and bootstrap both are available in both projects, removing entry in one file also removes content from another project.

Expected behavior

Project A should have only bootstrap and Project B should have only jquery.

Screenshots

N/A

Additional context

Using Visual Studio 2022 Pro.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions