![]() |
VOOZH | about |
dotnet add package Chinchilla.StateManagement --version 4.2.11
NuGet\Install-Package Chinchilla.StateManagement -Version 4.2.11
<PackageReference Include="Chinchilla.StateManagement" Version="4.2.11" />
<PackageVersion Include="Chinchilla.StateManagement" Version="4.2.11" />Directory.Packages.props
<PackageReference Include="Chinchilla.StateManagement" />Project file
paket add Chinchilla.StateManagement --version 4.2.11
#r "nuget: Chinchilla.StateManagement, 4.2.11"
#:package Chinchilla.StateManagement@4.2.11
#addin nuget:?package=Chinchilla.StateManagement&version=4.2.11Install as a Cake Addin
#tool nuget:?package=Chinchilla.StateManagement&version=4.2.11Install as a Cake Tool
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 Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
|
|
Chinchilla.Logging
Chinchilla.Logging is a .NET Core port of cdmdotnet.Logging, an abstracted logging platform for .NET. It can help you collect reliable logs for your application regardless of its size or complexity with minimal performance implications. This logging library makes large use of enterprise correlation. In a lot of applications that incorporate various small and large services, it is often important to correlate events that happen across these services. It gives us a business workflow view of the various events that happen in the application, its components and services. This library provide operation and activity ID management and propagation. The main difference with this library over other is that you can configure each type of log separately. You can enable fatal, error, warning, debugging, informational, progress and sensitive data logging all independently of each other. This is more flexible than the concept of minimum level logging, such as that in log4net or serilog e.g. enabling one warning in this libraries will enable error and fatal logging as well. This library allows you to set those settings independently of each other. The SqlLogger maps AdditionalData to table columns, where the key of the dictionary entry is the column name and the value is serialised to JSON as the column value. MetaData is serialised to a single JSON value stored in the MetaData column. This means you can store data such as a User ID or Job ID in a separate column so you can filter more efficiently with indexes and partitions. EventLogger, TraceLogger and ConsoleLogger both seralise and format all information into a single string. The MultiLogger allows you to configure several different loggers to be used at once with different settings for each logger. See https://github.com/cdmdotnet/logging/wiki/Quick-How-To for usage details. This package installs Chinchilla.Logging.dll which includes core logging functionality. Other packages depend on Chinchilla.Logging for specific implementations. |
|
|
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.ConfigurationManager
Use Azure Configuration Manager as the configuration manager in CQRS.NET |
|
|
Cqrs.Azure.ServiceBus
Use Azure ServiceBus as a message, event or command bus in CQRS.NET |
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.11 | 139,664 | 10/12/2023 |
| 4.2.9 | 273 | 10/12/2023 |
| 4.2.8 | 1,432 | 10/12/2023 |
| 4.2.7 | 1,228 | 10/11/2023 |
| 4.2.5 | 132,190 | 6/10/2022 |
| 4.2.3.1480542147 | 17,895 | 11/19/2021 |
| 4.2.2.1480374918 | 707 | 11/19/2021 |
| 4.1.62.34 | 4,883 | 8/17/2020 |
| 4.1.61.33 | 888 | 8/11/2020 |
| 4.1.51.31 | 191,999 | 11/24/2019 |
| 4.0.43.24 | 17,857 | 11/22/2019 |
Version 4.2
* Added better support for async functions in StartNewSafely and renamed several implementations to StartNewSafelyAsync
* Added async support for .NET 4.6 onwards.
* Added support for Task.Run via SafeTask.RunSafely
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.