Library providing communication between Blazor WebAsembly and ASP.NET Server using typed contracts defined through C# interfaces.
Info
Version: | 0.6.3 |
Author(s): | Daniel Vršek |
Last Update: | Monday, November 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vrsekdev/vrsekdev-framework |
NuGet Url: | https://www.nuget.org/packages/VrsekDev.Blazor.BlazorCommunicationFoundation.Serializers.MessagePack |
Install
Install-Package VrsekDev.Blazor.BlazorCommunicationFoundation.Serializers.MessagePack
dotnet add package VrsekDev.Blazor.BlazorCommunicationFoundation.Serializers.MessagePack
paket add VrsekDev.Blazor.BlazorCommunicationFoundation.Serializers.MessagePack
VrsekDev.Blazor.BlazorCommunicationFoundation.Serializers.MessagePack Download (Unzip the "nupkg" after downloading)
Dependencies
- VrsekDev.Blazor.BlazorCommunicationFoundation.Abstractions(>= 0.6.2)
- MessagePack(>= 2.2.60)