message-stream wraps the new .NET Core Pipelines and Channels APIs into an easy to use framework for message serialization from generic data sources.
Info
Version: | 1.2.1 |
Author(s): | Stephen Moyer |
Last Update: | Tuesday, November 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/steveadoo32/message-stream |
NuGet Url: | https://www.nuget.org/packages/message-stream |
Install
Install-Package message-stream
dotnet add package message-stream
paket add message-stream
message-stream Download (Unzip the "nupkg" after downloading)
Dependencies
- NLog(>= 4.5.10)
- System.IO.Pipelines(>= 4.5.2)
- System.Threading.Channels(>= 4.5.0)