This package contains async RPC API to communicate between components over chosen transport.
Info
Version: | 2018.1.21 |
Author(s): | Alexander Nalbandov, Denis Somok |
Last Update: | Tuesday, April 17, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Alexander-Nalbandov/Milde |
NuGet Url: | https://www.nuget.org/packages/Milde.Remoting |
Install
Install-Package Milde.Remoting
dotnet add package Milde.Remoting
paket add Milde.Remoting
Milde.Remoting Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.6.2)
- Newtonsoft.Json(>= 11.0.1)
- Serilog(>= 2.6.0)
- System.Reflection.DispatchProxy(>= 4.4.0)