CityOfZion / neo-lux

.NET SDK to interact with the NEO blockchain and invoke smart contracts
MIT License
37 stars 24 forks source link

New fork and clone to my laptop: Demo.cs doesn't build #7

Closed mwherman2000 closed 6 years ago

mwherman2000 commented 6 years ago

These are the errors...

Severity    Code    Description Project File    Line    Suppression State
Error   CS0117  'NeoRPC' does not contain a definition for 'ForMainNet' neo-lux-demo    D:\repos\neo-lux\neo-lux-demo\Demo.cs   31  Active
Error   CS0117  'NeoRPC' does not contain a definition for 'ForTestNet' neo-lux-demo    D:\repos\neo-lux\neo-lux-demo\Demo.cs   11  Active
Error   CS1579  foreach statement cannot operate on variables of type '?' because '?' does not contain a public definition for 'GetEnumerator'  neo-lux-demo    D:\repos\neo-lux\neo-lux-demo\Demo.cs   23  Active
Error   CS0117  'NeoRPC' does not contain a definition for 'ForTestNet' neo-lux-light-wallet    D:\repos\neo-lux\neo-lux-light-wallet\WalletForm.cs 11  Active
Error   CS0117  'NeoRPC' does not contain a definition for 'ForMainNet' neo-sender  D:\repos\neo-lux\neo-sender\Sender.cs   36  Active
Error   CS0117  'NeoRPC' does not contain a definition for 'ForTestNet' neo-sender  D:\repos\neo-lux\neo-sender\Sender.cs   37  Active
Error   CS7036  There is no argument given that corresponds to the required formal parameter 'port' of 'NeoRPC.NeoRPC(string, int)' neo-sender  D:\repos\neo-lux\neo-sender\Sender.cs   38  Active
Relfos commented 6 years ago

Does not happen anymore. Closed