MCWrapper 2.0.4-beta

This is a prerelease version of MCWrapper.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MCWrapper --version 2.0.4-beta
NuGet\Install-Package MCWrapper -Version 2.0.4-beta
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" Version="2.0.4-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MCWrapper --version 2.0.4-beta
#r "nuget: MCWrapper, 2.0.4-beta"
#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.
// Install MCWrapper as a Cake Addin
#addin nuget:?package=MCWrapper&version=2.0.4-beta&prerelease

// Install MCWrapper as a Cake Tool
#tool nuget:?package=MCWrapper&version=2.0.4-beta&prerelease

.NET Core API wrapper for the MultiChain Core blockchain library.

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. 
.NET Core 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

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
7.0.3 581 2/3/2020
7.0.2 437 1/19/2020
7.0.1 435 1/19/2020
7.0.0 436 1/19/2020
6.0.0 482 1/7/2020
5.1.6 562 1/2/2020
5.1.5 491 12/22/2019
5.1.4 447 12/22/2019
5.0.4 468 12/12/2019
5.0.3 434 11/30/2019
5.0.2 483 11/28/2019
5.0.1 461 11/25/2019
5.0.0 451 11/24/2019
4.0.0 443 11/13/2019
3.1.1 436 11/4/2019
3.1.0 421 10/30/2019
3.0.0 452 10/28/2019
2.0.5-beta 271 8/25/2019
2.0.4-beta 258 7/28/2019
2.0.3-beta 245 7/22/2019
2.0.2-beta 256 7/18/2019
2.0.1-beta 256 7/18/2019
2.0.0-beta 268 7/16/2019
1.1.2 288 6/27/2019
1.1.1 282 6/23/2019
1.1.0 321 6/10/2019
1.0.9 311 6/3/2019
1.0.8 286 5/30/2019
1.0.7 293 5/29/2019
1.0.6 286 5/28/2019
1.0.5 309 5/19/2019
1.0.4 552 5/19/2019
1.0.3 538 5/15/2019
1.0.2 524 5/14/2019
1.0.1 514 5/14/2019
1.0.0 526 5/14/2019

Please note that our unit tests have only been ran in a Windows10 environment. We will work on running them on a Linux Distro as soon as possible and will address any bugs resulting from the testing activity in v2.0.5-beta;

EventHandlers present in the Machinist implementation are now properly disconnected once each Process has completed an interaction with multichain-cli.exe. This should help deter EventHandler-based memory leaks.

BlockchainClientException now passing back the actual MultiChain core error message as the Exception's Message property value for all RPC clients, this should make exceptions that might occur on the blockchain more apparent when performing error handling. Previously the error messages were not as apparent when analyzing BlockchainClientExceptions that occurred at the blockchain during an RPC request.

WalletCLIExtensions implemented along with 32 new unit tests proofing the extension methods. We did have some JSON parsing issues initially that should be resolved now. Also, when passing plain text to the CLI client the text should not include any empty/blank spaces, replace the spaces with underscores otherwise JSON parsing may fail when sent to multichain-cli.exe;

720 unit tests all passing;

Minor bug fixes;

MCWrapper v2.0.4-beta is our first attempt at multi-targeting .net frameworks. .NET Core 3.0 and 2.2 shoud now be supported. Once this package is deployed we will pull down the package to a .Net Core 2.2 project and run our unit tests..if they fail miserably we will revert the package and republish to NuGet immediately.