NuGet 警告 NU1302
使用“HTTP”源:myHttpSource 来运行“还原”操作。 NuGet 需要 HTTPS 源。 若要使用 HTTP 源,必须在 NuGet.Config 文件中将“allowInsecureConnections”显式设置为 true。 有关详细信息,请参阅 https://aka.ms/nuget-https-everywhere。
问题
myHttpSource
是不安全的 HTTP 源。 我们推荐改用 HTTPS 源。
解决方案
可以通过删除 HTTP 源或禁用特定源的 HTTP 错误来修复此问题,方法是使用 NuGet 配置文件中的 allowInsecureConnections
选项。