NuGet 错误 NU5019

未找到文件:“bad_file.path”

问题

用于创建 NuGet pack 操作的 nuspec 文件包含不存在的 files

解决方案

请确保 nuspec 文件中 files 元素内的所有 file 条目均在指定为 src 的路径中可用。