SharpObservation 1.1.910
dotnet add package SharpObservation --version 1.1.910
NuGet\Install-Package SharpObservation -Version 1.1.910
<PackageReference Include="SharpObservation" Version="1.1.910" />
paket add SharpObservation --version 1.1.910
#r "nuget: SharpObservation, 1.1.910"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
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.