Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 942 Bytes

File metadata and controls

24 lines (17 loc) · 942 Bytes
title NuGet Warning NU5123
description NU5123 Warning code
author mishra14
ms.author jodou
ms.date 8/14/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5123

NuGet Warning NU5123

The file 'content/<LongPath>/readme.txt' path, name, or both are too long. Your package might not work without long file path support. Please shorten the file path or file name.

Issue

A file was detected to have an installed path of longer than 200 characters. Installed path is defined as the <package_id>/<version>/target_file_path, where target_file_path is defined in the target property of the<files> section in the nuspec file.

Solution

Please ensure that the path <package_id>/<version>/target_file_path for all the files included in the package are less than 200 characters, where target_file_path is defined in the target property of the<files> section in the nuspec file.