Qi4CS.Core
0.9.0.1
See the version list below for details.
dotnet add package Qi4CS.Core --version 0.9.0.1
NuGet\Install-Package Qi4CS.Core -Version 0.9.0.1
<PackageReference Include="Qi4CS.Core" Version="0.9.0.1" />
paket add Qi4CS.Core --version 0.9.0.1
#r "nuget: Qi4CS.Core, 0.9.0.1"
// Install Qi4CS.Core as a Cake Addin #addin nuget:?package=Qi4CS.Core&version=0.9.0.1 // Install Qi4CS.Core as a Cake Tool #tool nuget:?package=Qi4CS.Core&version=0.9.0.1
Qi4CS is aimed to increase coding efficiency and productivity by introducing easily adaptive features from Aspect Oriented Programming (AOP), Composite Oriented Programming (COP), and Dependency Injection (DI). This is the core package required for all projects using Qi4CS.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 is compatible. |
-
- UtilPack (>= 0.9.6.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Qi4CS.Core:
Package | Downloads |
---|---|
Qi4CS.Extensions.Configuration
Qi4CS Extension: Configuration is an extension of Qi4CS.Core that provides basic API for assembling composites that can be deserialized and serialized by ConfigurationManager, which is also provided by this extension. The configuration composites may have their location specified at assembling time or at runtime. |
|
Qi4CS.Extensions.Functional
Qi4CS Extension: Functional is an extension of Qi4CS.Core that allows ways to parametrize some functionality, which is not part of original API of objects, based on types of such objects. This mapping information can be specified during assembly time and also modified during runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Service methods no longer allocate new MethodInfo object on every method invoke. Composite method MethodInfo objects are available in WP8 now as well.