Info
Version: | 1.0.5 |
Author(s): | Daniel Sabel |
Last Update: | Tuesday, December 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fsdsabel/AdvancedRpc |
NuGet Url: | https://www.nuget.org/packages/AdvancedRpc.MSBuild |
Install
Install-Package AdvancedRpc.MSBuild
dotnet add package AdvancedRpc.MSBuild
paket add AdvancedRpc.MSBuild
AdvancedRpc.MSBuild Download (Unzip the "nupkg" after downloading)
It differs from common solutions like REST, GRPC or WebSockets in that it supports an object hierarchy similar to .NET Remoting. I wrote the library mainly as a replacement for .NET Remoting to make our corporate application ready for .NET Core.
It relies heavily on the ability to make remote procedure calls on objects.
This package builds client proxy classes from interfaces. It is needed for platforms like Unity, where dynamic code generation is not available.