ICP.NET
ICP.NET copied to clipboard
A library for .NET/C#/Unity to natively communicate with the Internet Computer (ICP)
We are developing a software in .NET for interacting with IC using the `EdjCase.ICP.Agent` nuget package (https://www.nuget.org/packages/EdjCase.ICP.Agent). Our software basically consists of two components: the server side app (webapi) and...
If the request has 1 arg, and its a record, by default the request method params should be the record fields, not the record object.
If there is a reference to a type that is not defined in the did file, there should be a warning given
Currently a type can define if its an opaque reference, but the bytes of an opaque reference are not accessible
Improve performance of Candid serialization and show performance metrics around them compared to other libraries