We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@shargon
Sorry, something went wrong.
We need to autogenerate the set method 🤔
can not reproduce your problem. Please check out my new pr.
shargon
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: