Skip to content

dotnet-compile does not escape description text #4587

@TheRealPiotrP

Description

@TheRealPiotrP

Consider this project.json:

{
   "description":"hello\r\nworld"
}

the rsp file produced by dotnet-compile will include:

--description:hello
world

while it should include

--description:"hello\r\nworld"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions