Skip to content

dotnet project convert should fix up relative paths in #:project references #50832

@jjonescz

Description

@jjonescz
dotnet new classlib -o Lib1
mkdir FileApp
cd FileApp
echo '#:project ..\Lib1' > app.cs
dotnet project convert app.cs -o app
cd app
dotnet build # warns that ..\Lib1\Lib1.csproj does not exist

Metadata

Metadata

Assignees

Labels

Area-run-fileItems related to the "dotnet run <file>" effort

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions