CSPR.Cloud.Net
1.2.1
See the version list below for details.
dotnet add package CSPR.Cloud.Net --version 1.2.1
NuGet\Install-Package CSPR.Cloud.Net -Version 1.2.1
<PackageReference Include="CSPR.Cloud.Net" Version="1.2.1" />
<PackageVersion Include="CSPR.Cloud.Net" Version="1.2.1" />
<PackageReference Include="CSPR.Cloud.Net" />
paket add CSPR.Cloud.Net --version 1.2.1
#r "nuget: CSPR.Cloud.Net, 1.2.1"
#:package CSPR.Cloud.Net@1.2.1
#addin nuget:?package=CSPR.Cloud.Net&version=1.2.1
#tool nuget:?package=CSPR.Cloud.Net&version=1.2.1
A .NET client library for interacting with the CSPR Cloud API, providing access to Casper blockchain data for both Mainnet and Testnet environments.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 158 | 5/26/2026 |
| 2.9.0 | 110 | 5/7/2026 |
| 2.0.0 | 121 | 4/22/2026 |
| 1.2.1 | 105 | 4/21/2026 |
| 1.2.0 | 100 | 4/21/2026 |
| 1.1.0 | 187 | 2/25/2026 |
| 1.0.11 | 136 | 2/18/2026 |
| 1.0.10 | 136 | 1/20/2026 |
| 1.0.9 | 515 | 11/17/2025 |
| 1.0.8 | 382 | 9/18/2025 |
| 1.0.7 | 226 | 11/11/2024 |
| 1.0.6 | 216 | 7/1/2024 |
| 1.0.2 | 203 | 7/1/2024 |
| 1.0.0 | 217 | 6/26/2024 |
v1.2.1 - Fix: Streaming API pump now tolerates the plaintext "Ping" keepalive text frames that the CSPR Cloud server interleaves between JSON envelopes. v1.2.0 would terminate the subscription with JsonReaderException on the first keepalive (~5s after connect). Non-JSON frames are now skipped via a new IsJsonEnvelope guard. Stricter integration tests added: a strict end-to-end Block test validates a real testnet envelope (BlockHeight, BlockHash) within the window, and the other nine stream tests now fail on UnauthorizedException and parse errors instead of swallowing them. The Contract stream is marked Skipped because streaming.cspr.cloud/contracts and streaming.testnet.cspr.cloud/contracts both return HTTP 404 — server-side issue, not an SDK bug.