You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
To Reproduce
Steps to reproduce the behavior:
compile contract with neon master branch
Attempt to parse the contract manifest
Expected behavior
ContractManifest.DeserializeFromJson should not throw
Platform:
OS: Windows
Version neo master branch + neo-devpack-dotnet master branch
The text was updated successfully, but these errors were encountered:
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: