我正在尝试使用PetaPoco作为我的ORM。
正如http://www.toptensoftware.com/petapoco/所述,我已经尝试过来自nuget的Install-Package PetaPoco
。但它以An error occurred while loading packages from'https://api.nuget.org/v3/index.json': The operation has timed out.
然后我从https://github.com/toptensoftware/PetaPoco/blob/master/PetaPoco/PetaPoco.cs
下载并添加了PetaPoco.cs
但我仍然得到73个错误。
The type or namespace name 'Internal' does not exist in the namespace 'PetaPoco'
The name 'DatabaseType' does not exist in the current context
The type or namespace name 'ITransaction' could not be found
.....
.....
任何帮助?