HyperSoa.Service.Configuration.Json 1.0.4-beta

Additional Details

Package is now redundant; use InMemoryHyperNodeConfigurationProvider with a configuration section parsed into a HyperNodeConfiguration object.

This is a prerelease version of HyperSoa.Service.Configuration.Json.
dotnet add package HyperSoa.Service.Configuration.Json --version 1.0.4-beta
NuGet\Install-Package HyperSoa.Service.Configuration.Json -Version 1.0.4-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HyperSoa.Service.Configuration.Json" Version="1.0.4-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HyperSoa.Service.Configuration.Json --version 1.0.4-beta
#r "nuget: HyperSoa.Service.Configuration.Json, 1.0.4-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HyperSoa.Service.Configuration.Json as a Cake Addin
#addin nuget:?package=HyperSoa.Service.Configuration.Json&version=1.0.4-beta&prerelease

// Install HyperSoa.Service.Configuration.Json as a Cake Tool
#tool nuget:?package=HyperSoa.Service.Configuration.Json&version=1.0.4-beta&prerelease

HyperSoa

.NET implementation of the Hyper back-end service libraries featuring a platform-independent, language-agnostic communication framework.

  • Supports DI, including the options pattern for hosting options
  • Supports interop with the old WCF-based version in the .NET Framework
  • Supports ILogger interface at two levels
    • Service level (verbose trace-level logs)
    • Command level (command-specific logging)

Custom Command Modules

Create a class that implements ICommandModule and add it to the service configuration to be called remotely by a unique name. Implement IAwaitableCommandModule instead if you require async/await semantics.

Custom Activity Monitors

Each command emits activity events that can be monitored by user-defined code for observability. This is intended as a high-level way to report progress or internal workings of the command; this is separate from the lower-level logging functionality provided by the ILogger interface.

Remote Administration

Some aspects of the service can be administered remotely, including remote cancellation of long-running tasks and enabling/disabling various features such as progress caching, the max concurrent task limit, and diagnostics.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4-beta 101 9/6/2023
1.0.3-beta 86 9/1/2023
1.0.2-beta 102 8/28/2023
1.0.0-beta 96 8/25/2023