Keystone.Quantum 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Keystone.Quantum --version 2.0.1
                    
NuGet\Install-Package Keystone.Quantum -Version 2.0.1
                    
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="Keystone.Quantum" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keystone.Quantum" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Keystone.Quantum" />
                    
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 Keystone.Quantum --version 2.0.1
                    
#r "nuget: Keystone.Quantum, 2.0.1"
                    
#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=Keystone.Quantum&version=2.0.1
                    
Install Keystone.Quantum as a Cake Addin
#tool nuget:?package=Keystone.Quantum&version=2.0.1
                    
Install Keystone.Quantum as a Cake Tool

KEYSTONE philosophy favors the creation of loosely coupled components.

Quantum is a configuration provider that feeds each of your component with its own variables kept on its own configuration media. This way you can be sure the configurations will always follow it's owner component no matter if it was developed for desktop and is reused in web or console.

KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com/ for more details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp1.0 is compatible.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 is compatible.  netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed.  monotouch10 is compatible. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Keystone.Quantum:

Package Downloads
Keystone.Quantum.Enigma

This component adds support for Quantum to delegate its variable decryption requests to an encryption strategy based in the Keystone Enigma development library. Quantum is a configuration provider that feeds each of your component with its own variables kept on its own configuration media. This way you can be sure the configurations will always follow it's owner component no matter if it was developed for desktop and is reused in web or console. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details.

Keystone.Mystere.Quantum

This component adds support for Mystere to delegate its build and complete operations to a injection strategy configured as a variable in the Keystone Quantum component. Mystere is a lightweight dependency injector that builds and completes your objects behind the scene. Its fast execution is closely related to the fact that minimizes the use of reflexion and favors configurable build and complete rules written in plain old code. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details.

Keystone.Quantum.Xml

This component adds support for Quantum to read its variables from elements stored into XML files. Quantum is a configuration provider that feeds each of your component with its own variables kept on its own configuration media. This way you can be sure the configurations will always follow it's owner component no matter if it was developed for desktop and is reused in web or console. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details.

Keystone.Clockwork.To.Quantum

This component adds support for Clockwork to call Quantum operations as Gears. Clockwork is a complete programming paradigm that lets you model and execute complex business processes via Gears that encapsulate specific business steps. Then you assemble those Gears together to compose a myriad of business processes called Mechanisms. A Mechanism is by definition a Gear, so you can create new Mechanisms by mixing and matching Mechanisms and Gears in the vast Clockwork library or those you already have for your private use. Clockwork include a large library of ready to use Gears to for example do declarative validations, make other Gears asynchronous, and even bind other KEYSTONE components to the Clockwork paradigm. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details.

Keystone.Quantum.Json

This component adds support for Quantum to read its variables from elements stored into JSON files. Quantum is a configuration provider that feeds each of your component with its own variables kept on its own configuration media. This way you can be sure the configurations will always follow it's owner component no matter if it was developed for desktop and is reused in web or console. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.4.0 2,124 4/9/2021
5.3.0 3,175 2/12/2018
5.2.0 2,998 2/7/2018
5.1.0 2,983 2/6/2018
5.0.2 2,829 1/27/2018
5.0.1 2,899 1/23/2018
5.0.0 2,888 1/22/2018
4.0.2 2,946 12/26/2017
4.0.1 2,996 12/26/2017
4.0.0 2,983 12/20/2017
3.0.5 2,876 7/21/2017
3.0.4 2,831 7/18/2017
3.0.3 2,876 7/16/2017
3.0.2 2,826 7/16/2017
3.0.1 2,855 7/15/2017
3.0.0 2,876 7/14/2017
2.2.1 2,855 7/4/2017
2.2.0 2,916 6/28/2017
2.1.5 2,945 6/22/2017
2.1.4 2,955 6/8/2017
2.1.3 2,878 6/8/2017
2.1.2 2,889 6/1/2017
2.1.1 1,071 6/1/2017
2.1.0 4,300 6/1/2017
2.0.6 2,737 12/13/2016
2.0.5 2,702 11/29/2016
2.0.4 1,097 11/29/2016
2.0.3 4,118 11/24/2016
2.0.1 1,121 11/23/2016
2.0.0 1,105 11/23/2016
1.1.1 1,343 11/9/2016
1.1.0 1,484 11/9/2016
1.0.58-RC9 1,049 11/8/2016
1.0.57-RC9 1,214 11/5/2016
1.0.56-RC9 974 10/29/2016
1.0.55-RC9 950 10/29/2016
1.0.54-RC9 927 10/19/2016
1.0.53-RC9 894 10/19/2016
1.0.52-RC9 889 10/18/2016
1.0.51-RC9 927 10/18/2016
1.0.50-RC9 937 10/18/2016
1.0.49-RC9 928 10/15/2016
1.0.48-RC9 915 10/6/2016
1.0.47-RC9 912 8/16/2016
1.0.45-RC9 915 8/15/2016
1.0.44-RC9 1,132 7/29/2016
1.0.43-RC9 1,118 7/11/2016
1.0.42-RC9 969 7/5/2016
1.0.41-RC9 949 7/2/2016
1.0.40-RC9 956 6/28/2016
1.0.39-RC9 908 6/24/2016
1.0.38-RC9 1,159 6/14/2016
1.0.37-RC9 1,221 6/14/2016
1.0.36-RC9 1,168 6/11/2016
1.0.35-RC9 972 6/11/2016
1.0.34-RC9 961 5/20/2016
1.0.33-RC9 967 5/20/2016
1.0.32-RC9 970 5/20/2016
1.0.31-RC9 949 5/20/2016
1.0.30-RC9 940 5/19/2016
1.0.29-RC9 920 5/8/2016
1.0.28-RC9 917 5/5/2016
1.0.27-RC9 1,052 4/27/2016
1.0.26-RC9 1,092 4/21/2016
1.0.25-RC9 956 4/20/2016
1.0.24-RC9 955 4/1/2016
1.0.23-RC9 948 3/30/2016
1.0.22-RC9 916 3/30/2016
1.0.21-RC9 939 3/29/2016
1.0.20-RC9 928 3/28/2016
1.0.19-RC9 1,002 3/28/2016
1.0.18-RC9 905 3/27/2016
1.0.17-RC9 976 3/18/2016
1.0.16-RC9 945 3/17/2016
1.0.15-RC9 1,073 3/11/2016
1.0.14-RC9 966 3/10/2016
1.0.13-RC9 916 3/5/2016
1.0.12-RC9 1,099 2/23/2016
1.0.11-RC9 1,122 2/23/2016
1.0.10-RC9 957 2/18/2016
1.0.9-RC9 1,099 2/14/2016
1.0.8-RC9 1,197 1/13/2016
1.0.7-RC9 947 1/12/2016
1.0.6-RC9 999 1/11/2016
1.0.5-RC9 959 1/10/2016
1.0.4-RC9 967 1/10/2016
1.0.3-RC9 919 1/8/2016
1.0.2-RC9 940 12/31/2015
1.0.1-RC9 971 12/30/2015
1.0.0 30,265 11/9/2016
1.0.0-RC9 988 12/28/2015
1.0.0-RC8 944 12/28/2015
1.0.0-RC7 952 12/28/2015
1.0.0-RC6 1,128 12/27/2015
1.0.0-RC5 1,100 12/26/2015
1.0.0-RC4 984 12/19/2015
1.0.0-RC3 949 12/15/2015
1.0.0-RC2 949 12/14/2015
1.0.0-RC10 936 12/30/2015
1.0.0-RC00001 1,948 12/14/2015