Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC Client and Server modules not compiling against neo master #419

Closed
devhawk opened this issue Dec 9, 2020 · 0 comments · Fixed by #420
Closed

RPC Client and Server modules not compiling against neo master #419

devhawk opened this issue Dec 9, 2020 · 0 comments · Fixed by #420

Comments

@devhawk
Copy link
Contributor

devhawk commented Dec 9, 2020

C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcClient\Models\RpcContractState.cs(9,12): error CS0246: The type or namespace name 'ContractState' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcClient\RpcClient.csproj]
C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.Blockchain.cs(107,13): error CS0246: The type or namespace name 'ContractState' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.csproj]
C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.Blockchain.cs(107,64): error CS1061: 'ReadOnlyView' does not contain a definition for 'Contracts' and no accessible extension method 'Contracts' accepting a first argument of type 'ReadOnlyView' could be found (are you missing a using directive or an assembly reference?) [C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.csproj]
C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.Blockchain.cs(170,17): error CS0246: The type or namespace name 'ContractState' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.csproj]
C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.Blockchain.cs(170,68): error CS1061: 'ReadOnlyView' does not contain a definition for 'Contracts' and no accessible extension method 'Contracts' accepting a first argument of type 'ReadOnlyView' could be found (are you missing a using directive or an assembly reference?) [C:\Users\harry\Source\neo\official\3neo-monorepo\modules\src\RpcServer\RpcServer.csproj]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant