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
Describe the bug ContractManifest.DeserializeFromJson is expecting the manifest JSON to have a name property. FuncExport.GenerateManifest in https://github.com/neo-project/neo-devpack-dotnet does not create a name property
ContractManifest.DeserializeFromJson
FuncExport.GenerateManifest
To Reproduce Steps to reproduce the behavior:
Expected behavior ContractManifest.DeserializeFromJson should not throw
Platform:
The text was updated successfully, but these errors were encountered:
I think that it will be fixed by #391
Sorry, something went wrong.
shargon
No branches or pull requests
Describe the bug
ContractManifest.DeserializeFromJson
is expecting the manifest JSON to have a name property.FuncExport.GenerateManifest
in https://github.com/neo-project/neo-devpack-dotnet does not create a name propertyTo Reproduce
Steps to reproduce the behavior:
Expected behavior
ContractManifest.DeserializeFromJson should not throw
Platform:
The text was updated successfully, but these errors were encountered: