SharpObservation 1.1.910

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

// Install SharpObservation as a Cake Tool
#tool nuget:?package=SharpObservation&version=1.1.910

To alleviate dealing with boilerplate coding aspects of the framework, these helper classes do the following:
     Event Handling   - Efficient event handlers are implemented, making the implementation of event handlers easier, safer and more performant.
     INotifyPropertyChanged  - Observable properties are made both easier and safer to implement, with the subclassed PropertyChangedEventArgs that provide listeners with the before and after property values.
     IDisposable Pattern – Run-time generated code for safely disposing of objects, by looking for field references to disposable and large-array objects. These “contained” objects are disposed and the respective reference fields are nulled.
     See the project web site for more details.

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.

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
1.1.910 1,529 1/4/2016
1.1.800 1,237 12/23/2015
1.1.700 1,453 11/27/2015
1.1.400 1,285 11/24/2015
1.1.6 1,378 11/27/2015
1.0.0 1,409 11/27/2015