ICP.NET icon indicating copy to clipboard operation
ICP.NET copied to clipboard

A library for .NET/C#/Unity to natively communicate with the Internet Computer (ICP)

Results 5 ICP.NET issues
Sort by recently updated
recently updated
newest added

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

enhancement
Low Priority

Currently a type can define if its an opaque reference, but the bytes of an opaque reference are not accessible

Low Priority

Improve performance of Candid serialization and show performance metrics around them compared to other libraries

enhancement