1 reference to WithName
dotnet (1)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
178
var modified = project.
WithName
(Path.GetRelativePath(relativeTo: targetDirectory, path: project.Name));