Gstc.Collections.Observable 0.1.3-alpha

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

// Install Gstc.Collections.Observable as a Cake Tool
#tool nuget:?package=Gstc.Collections.Observable&version=0.1.3-alpha&prerelease

This library provides comprehensive observable Collection/List/Dictionary. Interfaces (Icollection, IList, etc) are also implemented and trigger INotifyCollectionChanged. The library includes utility collections such as a ObservableListAdapter which can syncronize two lists of different, but related types.

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

This package has no dependencies.

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
0.1.3-alpha 409 7/15/2019

Initial alpha pre-release. I've made very comprehensive unit tests to validate this library. It still needs community review.