neo-devpack-dotnet
neo-devpack-dotnet copied to clipboard
property.SetMethod is null, compilation failed
Assigning a value to a property that does not have a Set method in the constructor method will fail to compile
This code compiles and executes fine in a c# console application.
But in the smart contract, it doesn't compile successfully
@shargon
We need to autogenerate the set method 🤔
can not reproduce your problem. Please check out my new pr.
can not reproduce your problem. Please check out my new pr.
Error when there is no set method