NexusMods.SingleProcess 0.6.0

dotnet add package NexusMods.SingleProcess --version 0.6.0
NuGet\Install-Package NexusMods.SingleProcess -Version 0.6.0
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="NexusMods.SingleProcess" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NexusMods.SingleProcess --version 0.6.0
#r "nuget: NexusMods.SingleProcess, 0.6.0"
#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 NexusMods.SingleProcess as a Cake Addin
#addin nuget:?package=NexusMods.SingleProcess&version=0.6.0

// Install NexusMods.SingleProcess as a Cake Tool
#tool nuget:?package=NexusMods.SingleProcess&version=0.6.0

NexusMods.App.SingleProcess

About

This library allows an application to be run as a single process, with multiple windows (and fully multithreaded) while still allowing rich communication between the main process and the app's CLI.

Motivation

It became clear that the Nexus Mods App would benefit significantly from being a single process application, issues such as synchronisation of data between processes and message lag between windows were becoming a problem. This library attempts to solve these issues by providing a framework for a single process application, where the UI is run through a "Main" process and communication with the CLI is done through child processes connecting over IPC.

Non-goals of this library include multiple implementations of the IPC system (everything uses localhost tcp for simplicity), and multiple CLI rendering/interaction techs. In this app the CLI is abstracted away and a default rendering implementation is provided for Spectre. This is where the "opinionated" part of the library comes in, it is designed to be used for apps structured in a similar way to the Nexus Mods App.

Docs

More detailed documentation can be found here

License

See LICENSE.md

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on NexusMods.SingleProcess:

Repository Stars
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
Version Downloads Last updated
0.6.0 7,746 11/27/2023
0.5.3 87 11/16/2023
0.5.2 62 11/15/2023
0.5.1 60 11/15/2023
0.5.0 67 11/15/2023
0.3.1 92 11/13/2023
0.2.0 96 11/9/2023
0.1.0 102 11/7/2023