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
<PackageReference Include="ApacheTech.Common.BrighterSlim" Version="9.8.0" />
<PackageVersion Include="ApacheTech.Common.BrighterSlim" Version="9.8.0" />
<PackageReference Include="ApacheTech.Common.BrighterSlim" />
paket add ApacheTech.Common.BrighterSlim --version 9.8.0
#r "nuget: ApacheTech.Common.BrighterSlim, 9.8.0"
#addin nuget:?package=ApacheTech.Common.BrighterSlim&version=9.8.0
#tool nuget:?package=ApacheTech.Common.BrighterSlim&version=9.8.0
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 | Versions 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. |
-
net7.0
- Microsoft.SourceLink.GitHub (>= 8.0.0)
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.
Removed all dependencies on external libraries, and slimmed down the original Paramore.Brighter library to provide a lightweight, dependency-free Command Dispatcher pattern implementation.