我正在使用 Visual Studio 2019,并且正在尝试将 SQLite-Net-PCL 添加到我的项目中。但是,当我转到“项目 > 添加 Nuget 包”然后选择 SQLite 包时,我的控制台会告诉我这个
获取项目 /Users/Me/Projects/TravelRecordApp/TravelRecordApp.iOS/TravelRecordApp.iOS.csproj 的
恢复信息 获取项目 /Users/Me/Projects/TravelRecordApp/TravelRecordApp.Android/TravelRecordApp.Android.csproj 的恢复信息
非并行运行恢复。
读取项目文件 /Users/Me/Projects/TravelRecordApp/TravelRecordApp.Android/TravelRecordApp.Android.csproj。
“TravelRecordApp.Android”的恢复输入已更改。继续恢复。
正在恢复 /Users/Me/Projects/TravelRecordApp/TravelRecordApp.Android/TravelRecordApp.Android.csproj 的包... 恢复 MonoAndroid,Version=v8.1 的包...获取https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json
为源“ https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json ”重试“FindPackagesByIdAsync” 。
发送请求时
出错 Error: SecureChannelFailure (Unable to write data to the transport connection: The socket is not connected.)
Unable to write data to the transport connection: the socket is not connected。
插座未连接获取https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json
重试'FindPackagesByIdAsync' 获取源' https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json '。
发送请求时
出错 Error: SecureChannelFailure (Unable to write data to the transport connection: The socket is not connected.)
Unable to write data to the transport connection: the socket is not connected。
插座未连接GET https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json
无法从远程源检索有关“SQLitePCLRaw.bundle_green”的信息https://api.nuget.org/v3-flatcontainer/ sqlitepclraw.bundle_green/index.json '。
我尝试添加旧版本的软件包,但仍然遇到同样的问题。感谢你们对我的帮助