MCWrapper.RPC 4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MCWrapper.RPC --version 4.0.1
                    
NuGet\Install-Package MCWrapper.RPC -Version 4.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MCWrapper.RPC" Version="4.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MCWrapper.RPC" Version="4.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MCWrapper.RPC" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MCWrapper.RPC --version 4.0.1
                    
#r "nuget: MCWrapper.RPC, 4.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MCWrapper.RPC&version=4.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MCWrapper.RPC&version=4.0.1
                    
Install as a Cake Tool

A simple .NET Core wrapper for the MultiChain Core blockchain library that utilitzes Remote Procedure Calls (RPC) to communicate with distributed ledgers. Written with C# 8.0 and supports .NET Core 2.1, 2.2, and 3.0.

Product 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.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MCWrapper.RPC:

Package Downloads
MCWrapper

A compilation of the MCWrapper.RPC and MCWrapper.CLI libraries with a new extension method permitting the additional of both the MultiChain Core RPC and CLI client factories using a single line of code.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.1.1 898 2/3/2020
7.1.0 967 1/19/2020
7.0.0 653 1/18/2020
6.0.0 775 1/7/2020
5.1.10 791 1/2/2020
5.1.9 749 12/22/2019
5.1.8 535 12/22/2019
5.1.7 673 12/22/2019
5.1.6 529 12/22/2019
5.0.6 713 12/12/2019
5.0.5 646 11/30/2019
5.0.4 524 11/30/2019
5.0.3 689 11/28/2019
5.0.2 687 11/25/2019
5.0.1 657 11/24/2019
5.0.0 531 11/23/2019
4.0.1 809 11/4/2019
4.0.0 685 10/30/2019
3.0.0 676 10/24/2019
2.0.0 564 10/20/2019
1.0.1 544 10/19/2019
1.0.0 571 10/16/2019

Previously, the RPC logic contained in this project was packaged with the full MCWrapper package which became to unwieldy to maintain and has been broken into two seperate projects.

MCWrapper.RPC and MCWrapper.CLI are the two projects.

Version 1.0.1:
Code comments added to RPC clients
AddMultiChainCoreServices Extension changed to AddMultiChainCoreRpcServices

Version 2.0.0:
Breaking changes present.
BlockchainProfileOptions is now BlockchainRpcOptions.
AddMultiChainCoreServices extension changed to AddMultiChainCoreRpcServices.
Rpc clients return all Tasks versus awaiting them, changed to improve performance.
Rpc clients have optional parameters present for some methods, they are marked as such now.
OSDetection removed as it is not necessary for RPC clients.
Unused String extensions removed.
Additional changes to Code Comments.

Version 3.0.0:
Many syntax breaking changes;
Logic remains unchanged;
MCWrapper.Data.Models, MCWrapper.Ledger.Actions, MCWrapper.Ledger.Entities are now separate projects that represent shared libraries between MCWrapper.RPC and MCWrapper.CLI

Version 4.0.0
Syntax breaking changes;
Fixed letter casing for AddMultiChainCoreRpcServices
Consolidated RpcClients under a single namespace MCWrapper.RPC.Ledger.Clients, previously the RpcClients resided under respective separate namespaces.
Updated RpcClientFactory to use properties instead of methods; Renamed properties slightly; Made property names more consistent with the CliClientFactory present in MCWrapper.CLI

Version 4.0.1:
Update to MCWrapper.Ledger.Entities 2.1.0 to fix RpcOptions and RuntimeParamOptions value loading failure