Skip to content

dotnet list reference returns non expanded paths #49127

@Evangelink

Description

@Evangelink
Member

Describe the bug

Calling dotnet list .\src\coverlet.console\coverlet.console.csproj reference returns

Project reference(s)
--------------------
$(MSBuildThisFileDirectory)..\coverlet.core\coverlet.core.csproj

and not an expanded path

To Reproduce

Create a project that references another project using $(MSBuildThisFileDirectory) and call dotnet list reference on this project and you will get the same issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @Evangelink@marcpopMSFT

    Issue actions

      dotnet list reference returns non expanded paths · Issue #49127 · dotnet/sdk