Serviceable.Objects
0.3.16
See the version list below for details.
Install-Package Serviceable.Objects -Version 0.3.16
dotnet add package Serviceable.Objects --version 0.3.16
<PackageReference Include="Serviceable.Objects" Version="0.3.16" />
paket add Serviceable.Objects --version 0.3.16
#r "nuget: Serviceable.Objects, 0.3.16"
// Install Serviceable.Objects as a Cake Addin
#addin nuget:?package=Serviceable.Objects&version=0.3.16
// Install Serviceable.Objects as a Cake Tool
#tool nuget:?package=Serviceable.Objects&version=0.3.16
Defines primers and derivables that creates a concrete command-based context invocation framework.
Includes module composition that integrates contexts with event-publishing and consuming, as well as the transformation to commands and the orchestration of those.
This framework is developed with testing in mind and every derivable should be fully testable.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.3
- Microsoft.CSharp (>= 4.4.0)
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Serviceable.Objects:
Package | Downloads |
---|---|
Serviceable.Objects.Remote
Builds on top of the command framework to enable the concepts of reproducability of a command and, in extension, remotability. With the addition of json serialization this allows the transformation of all commands to json and back to instance. |
|
Serviceable.Objects.IO
Defines the IO clients and server contexts that other contexts can use to transport information on a service graph. |
|
Serviceable.Objects.Instrumentation
Implements the base classes for Powershell instrumentation of service graphs and contexts. Existing commands can be ported with this package. |
GitHub repositories
This package is not used by any popular GitHub repositories.