ConnectedProperties 3.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ConnectedProperties --version 3.0.0
NuGet\Install-Package ConnectedProperties -Version 3.0.0
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="ConnectedProperties" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConnectedProperties --version 3.0.0
#r "nuget: ConnectedProperties, 3.0.0"
#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 ConnectedProperties as a Cake Addin
#addin nuget:?package=ConnectedProperties&version=3.0.0

// Install ConnectedProperties as a Cake Tool
#tool nuget:?package=ConnectedProperties&version=3.0.0

Connected Properties is an API to "attach" properties to (most) .NET objects at runtime. Connected property values are connected to a "carrier object" (any reference type that uses reference equality). All accesses to connected properties are thread-safe.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

[3.0.0] Major API redesign. Added PCL support. Changed Nuget package id from "ConnectedProperties" to "Nito.ConnectedProperties".
     [2.0.0] Added named connected properties and removed strong-name signing.
     [1.3.1] Fixed NuGet package to include xmldoc files.
     [1.3.0] Added precondition checks to the "Release" build.
     [1.2.0] Added bypassValidation overrides to allow non-reference-equatable carrier objects.
     [1.1.0] Removed code contract assemblies (due to a NuGet bug) and added source packages instead.