WeakEvent 2.1.0

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

// Install WeakEvent as a Cake Tool
#tool nuget:?package=WeakEvent&version=2.1.0

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 7,783 8/13/2018
3.0.2 823 8/13/2018
3.0.1 816 8/13/2018
3.0.0 829 8/12/2018
3.0.0-alpha2 638 8/12/2018
3.0.0-alpha1 646 8/12/2018
2.1.0 1,438 5/16/2016
2.0.1 1,221 1/17/2016
2.0.0 1,213 12/21/2015
1.0.0.2 1,319 3/22/2015
1.0.0.1 1,126 3/22/2015
1.0.0 1,007 3/22/2015

support for AsyncEventHandler for scenarios where using async await leads to errors.