Skip to main content
Echo.Process package icon

Echo.Process

echo-process Actor library component that works with LanguageExt.Core: A library that uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.

Total Downloads
101.7K
101,690
Published
Aug 10, 2017
Latest stable version

Install

.NET CLI
dotnet add package Echo.Process --version 2.0.31-beta
Package Manager Console
Install-Package Echo.Process -Version 2.0.31-beta
PackageReference
<PackageReference Include="Echo.Process" Version="2.0.31-beta" />

Frameworks

.NETStandard1.6 .NETFramework4.5.1

Dependencies

[4.3.0, )
System.Linq.Queryable
.NETStandard1.6
[4.3.0, )
System.ValueTuple
.NETStandard1.6
[4.3.0, )
LanguageExt.Parsec
.NETStandard1.6
[2.1.16, )
System.Reflection.Emit
.NETStandard1.6
[4.3.0, )
[4.3.0, )
LanguageExt.Core
.NETStandard1.6
[2.1.16, )
NETStandard.Library
.NETStandard1.6
[1.6.1, )
[4.3.0, )
System.Linq.Parallel
.NETStandard1.6
[4.3.0, )
System.Reactive
.NETStandard1.6
[3.1.1, )
System.Threading
.NETStandard1.6
[4.3.0, )
System.Collections
.NETStandard1.6
[4.3.0, )
Newtonsoft.Json
.NETStandard1.6
[10.0.2, )
[4.3.0, )
System.ValueTuple
.NETFramework4.5.1
[4.3.0, )
LanguageExt.Parsec
.NETFramework4.5.1
[2.1.16, )
System.Reflection.Emit
.NETFramework4.5.1
[4.3.0, )
LanguageExt.Core
.NETFramework4.5.1
[2.1.16, )
[4.3.0, )
WindowsBase
.NETFramework4.5.1
[4.6.1055, )
System.Reactive
.NETFramework4.5.1
[3.1.1, )
Newtonsoft.Json
.NETFramework4.5.1
[10.0.2, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

The published metadata declares 24 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.