ApacheTech.Common.BrighterSlim 9.8.0

dotnet add package ApacheTech.Common.BrighterSlim --version 9.8.0
                    
NuGet\Install-Package ApacheTech.Common.BrighterSlim -Version 9.8.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="ApacheTech.Common.BrighterSlim" Version="9.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ApacheTech.Common.BrighterSlim" Version="9.8.0" />
                    
Directory.Packages.props
<PackageReference Include="ApacheTech.Common.BrighterSlim" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ApacheTech.Common.BrighterSlim --version 9.8.0
                    
#r "nuget: ApacheTech.Common.BrighterSlim, 9.8.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.
#addin nuget:?package=ApacheTech.Common.BrighterSlim&version=9.8.0
                    
Install ApacheTech.Common.BrighterSlim as a Cake Addin
#tool nuget:?package=ApacheTech.Common.BrighterSlim&version=9.8.0
                    
Install ApacheTech.Common.BrighterSlim as a Cake Tool

Brighter Slim

A massively slimmed down version of Paramore.Brighter, with no external dependencies. This is an experimental project, to add mediated command handling to the Gantry Mod Development Toolkit (MDK) for Vintage Story. This is not intended for public use, and has not been tested beyond the very basics required for proof of concept.

This project will not be updated very often, and will not keep up with the updates of Paramore.Brighter. I've ripped the guts out of the original repo, and stitched things back together so that it works, but this is not safe to be used for production purposes now. Even Polly has been stripped out of it, so there's no circuit breaking, no retry policies, and it requires a lot of plumbing within any consuming library to make it work.

You can see an example within VintageStory.Gantry as to how this has been implemented within the game.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ApacheTech.Common.BrighterSlim:

Package Downloads
VintageStory.Gantry

Gantry MDK is a Mod Developent Kit, used to create third-party plugins for the game Vintage Story, by Anego Studios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.8.0 92 3/15/2025
9.7.6 368 2/11/2024

Removed all dependencies on external libraries, and slimmed down the original Paramore.Brighter library to provide a lightweight, dependency-free Command Dispatcher pattern implementation.