Chinchilla.StateManagement
4.2.5
Install-Package Chinchilla.StateManagement -Version 4.2.5
dotnet add package Chinchilla.StateManagement --version 4.2.5
<PackageReference Include="Chinchilla.StateManagement" Version="4.2.5" />
paket add Chinchilla.StateManagement --version 4.2.5
#r "nuget: Chinchilla.StateManagement, 4.2.5"
// Install Chinchilla.StateManagement as a Cake Addin
#addin nuget:?package=Chinchilla.StateManagement&version=4.2.5
// Install Chinchilla.StateManagement as a Cake Tool
#tool nuget:?package=Chinchilla.StateManagement&version=4.2.5
Chinchilla.StateManagement is a .NET Core port of cdmdotnet.StateManagement, a C# state management framework that provides a consistent abstraction for accessing data from various collections such as thread bound contexts, HTTP Request and Response collections as well as HTTP Cookies.
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- System.Runtime.Caching (>= 4.6.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Chinchilla.StateManagement:
Package | Downloads |
---|---|
Cqrs
A lightweight enterprise Function as a service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments, offering modern patterns such as CQRS and event-sourcing. Offering a superior combination of serverless, micro-service and traditional deployments both in the cloud and on-premise to suit any business. Deployments can be inter-conntected with each other sharing data and resourcing or independant and issolated while providing a consistent framework and guideline for both development, deployment, DevOps and administration. CQRS.NET has been designed with modularity in mind... see the number of technology packages below you can chose from. Modularity applies to both development concerns like storage as well as operational modularity such as serverless or micro-service deployment, PaaS, VMs or container packaging. Every package and design choice made should be interchangeable with custom code if needed. |
|
Cqrs.Ninject
Provides preconfigured Ninject modules that will wire up the required component necessary. Several modules are optional such as the InProcess or the SimplaifySQL modules. You only need to use those if you are using InProcess or SQL. |
|
Cqrs.Azure.ServiceBus
Use Azure ServiceBus as a message, event or command bus in CQRS.NET |
|
Cqrs.Azure.ConfigurationManager
Use Azure Configuration Manager as the configuration manager in CQRS.NET |
|
Cqrs.Ninject.Azure.ServiceBus.EventBus
Use Ninject as your IoC container of choice when using Microsoft Azure ServiceBus for CQRS.NET as your event bus |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Chinchilla.StateManagement:
Repository | Stars |
---|---|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Version | Downloads | Last updated |
---|---|---|
4.2.5 | 1,951 | 6/10/2022 |
4.2.3.1480542147 | 8,502 | 11/19/2021 |
4.2.2.1480374918 | 251 | 11/19/2021 |
4.1.62.34 | 3,575 | 8/17/2020 |
4.1.61.33 | 424 | 8/11/2020 |
4.1.51.31 | 73,081 | 11/24/2019 |
4.0.43.24 | 7,175 | 11/22/2019 |
Version 4.1.0
* Switched to .NET Standard 2.0 support from .NET Core 3.0.
* Added some support for Parallel.ForEach and Parallel.For actions safely
Version 4.0.0
* Added .NET Core 3.0 support.
Breaking Changes
* TasksExtensions moved from the System namespace to the System.Threading.Tasks namespace
* Threaded.Threaded* classes have been renamed to Threaded.*
* Threaded.ContextItemCollectionFactory now throws NotSupportedException in-place of using an inappropriate collection.
* Cache support has been removed for .NET Core.
Version 3.0.11
* Added a threaded based MemoryCache implementation of IContextCacheItemCollection.
Version 3.0.6
* Switched to using an internal dictionary for controlling the passing of the data within a thread to thread situation such as when using Parallel Tasks.