CityOfZion / neo-lux

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

neo-lux fails to build #17

Closed mwherman2000 closed 6 years ago

mwherman2000 commented 6 years ago
Severity    Code    Description Project File    Line    Suppression State
Error   CS0103  The name 'NeoDB' does not exist in the current context  Neo.Lux.Demo    D:\repos\neo-lux\Neo.Lux.Demo\Demo.cs   14  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   26  Active
Error   CS0103  The name 'NeoDB' does not exist in the current context  Neo.Lux.Demo    D:\repos\neo-lux\Neo.Lux.Demo\Demo.cs   34  Active
Error   CS0103  The name 'NeoDB' does not exist in the current context  Neo.Lux.Tests   D:\repos\neo-lux\Neo.Lux.Tests\NEP5.cs  15  Active
mwherman2000 commented 6 years ago

FIXED with PR https://github.com/CityOfZion/neo-lux/pull/19