CAM.Logical 1.0.0-RC1

This is a prerelease version of CAM.Logical.

Requires NuGet 2.5 or higher.

dotnet add package CAM.Logical --version 1.0.0-RC1
NuGet\Install-Package CAM.Logical -Version 1.0.0-RC1
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="CAM.Logical" Version="1.0.0-RC1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CAM.Logical --version 1.0.0-RC1
#r "nuget: CAM.Logical, 1.0.0-RC1"
#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.
// Install CAM.Logical as a Cake Addin
#addin nuget:?package=CAM.Logical&version=1.0.0-RC1&prerelease

// Install CAM.Logical as a Cake Tool
#tool nuget:?package=CAM.Logical&version=1.0.0-RC1&prerelease

Provides functionality related to Logical layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc are represented by high-level abstract API similar to the one in System.Reflection namespace of .NET framework. Additionally wrapping of native reflection elements (types, mehtods, fields, etc) is supported.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CAM.Logical:

Package Downloads
Qi4CS.SDK

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 SDK package allowing generating Qi4CS assemblies at runtime.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-RC1 1,047 9/25/2015
1.0.0-beta4 856 8/18/2015
1.0.0-beta3 826 8/18/2015
1.0.0-beta2 880 8/18/2015
1.0.0-beta 802 8/18/2015

Refactored old clumsy mechanisms for .NET callbacks, and made certain token-related operations more clear.