ServiceWire 1.6.2

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

// Install ServiceWire as a Cake Tool
#tool nuget:?package=ServiceWire&version=1.6.2

ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on ServiceWire:

Package Downloads
Stride.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Core assembly for all Stride assemblies.

Stride.GameStudio The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Stride.Core.BuildEngine.Common The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

ServiceMq

A store and forward message queue for .NET. based on ServiceWire.

Levrum.Utils

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on ServiceWire:

Repository Stars
stride3d/stride
Stride Game Engine (formerly Xenko)
MatterHackers/MatterControl
3D printing software for Windows, Mac and Linux
tylerjensen/ServiceWire
ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP.
NeVeSpl/RevitDBExplorer
Interactive Revit database exploration tool to view and edit BIM element parameters, properties and relationships.
Version Downloads Last updated
5.5.4 18,694 2/21/2023
5.5.3 3,353 12/1/2022
5.5.2 7,418 10/29/2022
5.5.1 10,073 7/21/2022
5.5.0 7,839 6/6/2022
5.4.2 1,078 5/20/2022
5.4.1 9,389 5/11/2022
5.4.0 644 4/24/2022
5.3.6 588 3/21/2022
5.3.5 585 2/28/2022
5.3.4 85,541 6/29/2020
5.3.3 631 4/30/2020
5.3.2 2,075 1/21/2020
5.3.1 1,529 6/4/2019
5.3.0 864 1/11/2019
5.2.0 790 1/7/2019
5.1.0 974 1/1/2019
5.0.0 1,992 8/6/2016
4.0.2 1,653 8/3/2016
4.0.1 2,277 12/22/2014
2.0.0 1,361 11/28/2014
1.6.3 1,609 11/26/2014
1.6.2 2,511 11/13/2014
1.6.1 4,083 10/30/2014
1.6.0 2,997 10/30/2014
1.5.1 1,906 4/1/2014
1.5.0 2,905 1/25/2014

Fix to TcpChannel socket disposal on failure to connect.