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.
<PackageVersion Include="CAM.Logical" Version="1.0.0-RC1" />
                    
Directory.Packages.props
<PackageReference Include="CAM.Logical" />
                    
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 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.
#:package CAM.Logical@1.0.0-RC1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CAM.Logical&version=1.0.0-RC1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CAM.Logical&version=1.0.0-RC1&prerelease
                    
Install as a Cake Tool

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,293 9/25/2015
1.0.0-beta4 1,082 8/18/2015
1.0.0-beta3 1,053 8/18/2015
1.0.0-beta2 1,102 8/18/2015
1.0.0-beta 1,029 8/18/2015

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