Ricardo Prado

Results 129 comments of Ricardo Prado

![image](https://github.com/neo-project/neo-devpack-dotnet/assets/38396062/62fcd4a2-bdee-46a4-b9a9-454ae4444b77) Could you elaborate? My .NET experience is limited

Hi @cschuchardt88, This part is important: ``` ... ... ``` There are two reasons for this: - Allow .NET to download the compiler automatically (it downloads it when you run...

I've got this error: Run "dotnet tool restore" to make the "nccs" command available. Then, after using the command, it worked, but it was 'manually' (using the dotnet tool restore...

Hi. I can make it work. The problem is that I've got a report from a user using .NET 8.0 that he was unable to use the compiler without installing...

Hello, I saw your comment on #3372. Do you mean merging PutInt and GetInt into a single issue? I'm not sure if I understand it. This feature is critical from...

Hi @chenzhitong, It's working here. We did a test yesterday on a Windows Server using the latest release. It worked. Can you try again?

I don't want to bypass it. I want to know what the problem is.

> I've seen tools trying to be smart by interpreting any byte array with a length of 20 as a UInt160, while the data I was passing simply happened to...

>I work with script hashes 99% of the time and rarely with NeoAddress What are these hashes, if not addresses?

>0xfffdc93764dbaddd97c48f252a53ea4643faa3fd is a scripthash in neo programing we use them in that format which is UInt160 > >Neo Addresses are only for sending to users and transfering funds. Addresses are...