WeakEvent 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WeakEvent --version 2.0.0
                    
NuGet\Install-Package WeakEvent -Version 2.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="WeakEvent" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WeakEvent" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="WeakEvent" />
                    
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 WeakEvent --version 2.0.0
                    
#r "nuget: WeakEvent, 2.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.
#addin nuget:?package=WeakEvent&version=2.0.0
                    
Install WeakEvent as a Cake Addin
#tool nuget:?package=WeakEvent&version=2.0.0
                    
Install WeakEvent as a Cake Tool

Offers a way of creating weakbindings to avoid Memory Leaks when using events.

There are no supported framework assets in this 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
3.0.3 9,023 8/13/2018
3.0.2 936 8/13/2018
3.0.1 928 8/13/2018
3.0.0 939 8/12/2018
3.0.0-alpha2 742 8/12/2018
3.0.0-alpha1 749 8/12/2018
2.1.0 1,608 5/16/2016
2.0.1 1,391 1/17/2016
2.0.0 1,386 12/21/2015
1.0.0.2 1,588 3/22/2015
1.0.0.1 1,397 3/22/2015
1.0.0 1,186 3/22/2015

Performance improvement + Syntax Change + Namespace change