iota.lib.csharp icon indicating copy to clipboard operation
iota.lib.csharp copied to clipboard

Iota.Lib.Csharp

Results 14 iota.lib.csharp issues
Sort by recently updated
recently updated
newest added
trafficstars

**Please see the below screen shot.** ![iota 2](https://user-images.githubusercontent.com/33083387/45413456-e483e980-b696-11e8-9896-f6464c60f893.png) ![iota 3](https://user-images.githubusercontent.com/33083387/45419714-b528a900-b6a5-11e8-9044-b10e2fadce0d.png) **_Please give us a solution as soon as possible. Any help is worth for us._**

- All changes only affect the .NET standart library - UnitTests passed for the Pearldiver.cs version - Refactored some Testcases so they fit the "arrange act assert"-Pattern

Getting Iota.Lib.CSharp.Api.Utils.IotaApiException: 'Invalid API Version' Guessing this is due to the lib being compatible with 1.2.4 and not later versions. Any chance this could be updated? If not, is there...

Hello, Nice work by all contribs! To get the lib working with carriota field HTTPS I had to modify: private GenericIotaCoreApi.CreateBaseUrl() to: ``` private string CreateBaseUrl() { if(_host.Contains("http://") || _host.Contains("https://"))...

What's the ETA for **.NET Core 2.1** version?

This should be updated to use/implement Kerl to be compatible with the current snapshot and IRI-1.3.X(.X).

Is an update coming to support the latest IRI version? Thank you.

Exceptions while deserializing response led to wrong exception. Fixed now. Failing unit tests due to node incompatibilities.