ThomasLevesque.WeakEvent 1.0.1

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

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

A generic weak event implementation.

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

NuGet packages (7)

Showing the top 5 NuGet packages that depend on ThomasLevesque.WeakEvent:

Package Downloads
Sharpnado.Shadows

Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP, Tizen). * You can specify each shadow Color, Opacity, Blur, and Offset * You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element * Implement easily Neumorphism * Animate any of these property and make the shadows dance around your elements * The only dependency is `Xamarin.Forms`, no `AndroidX`, no `SkiaSharp` (except Tizen) needed! Performance: Implemented with custom draw on Android, CALayer on iOS, SpriteVisual on UWP, SkiaSharp on Tizen. Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.Shades.iOS.iOSShadowsRenderer.Initialize(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies); Mandatory initialization on Tizen: Xamarin.Forms.Forms.Init(); Sharpnado.Shades.Tizen.TizenShadowsRenderer.Initialize();

WorkflowEngine.NETCore-Core

Workflow Engine is an open source workflow engine for .NET and .NET Core that enables you to add custom executable .NET and Java workflows of any complexity to any software, be it your own creation or a third-party solution, with minimal changes to existing code. Its core features are: - HTML5 visual designer. Design, model, edit and visualize your custom workflows. - Workflow version control. Keep track of your workflow changes and easily revert them. - Parallel workflow support. Split workflows into branches that execute tasks concurrently. - XML import/export. Export your workflows for further reuse and sharing. - Localization support. Translate user interface to multiple languages of your choice. - In-built workflow timers. Set intervals or specify time to run custom actions and workflow tasks. Workflow Engine build for .NET core includes a set of pre-built providers for the following databases: - MS SQL Server - PostgreSQL - Oracle - MySQL

WorkflowEngine.NET-Core

Workflow Engine is a lightweight all-in-one component that enables you to add custom executable .NET and Java workflows of any complexity to any software, be it your own creation or a third-party solution, with minimal changes to existing code. Its core features are: - HTML5 visual designer. Design, model, edit and visualize your custom workflows. - Workflow version control. Keep track of your workflow changes and easily revert them. - Parallel workflow support. Split workflows into branches that execute tasks concurrently. - XML import/export. Export your workflows for further reuse and sharing. - Localization support. Translate user interface to multiple languages of your choice. - In-built workflow timers. Set intervals or specify time to run custom actions and workflow tasks. Workflow Engine includes a set of pre-built providers for the most popular databases: - MS SQL Server - MongoDB - RavenDB - Oracle - MySQL - PostgreSQL - Redis - Apache Ignite/GridGain

SharpReadWriteLock

A dumb lib to help manage read/write locks.

Bloc.NET

A predictable state management library for C# that helps implement the BLoC design pattern.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ThomasLevesque.WeakEvent:

Repository Stars
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
roubachof/Sharpnado.Shadows
Add as many custom shadows (Color, Offset, Blur, Neumorphism) as you like to any Xamarin.Forms view (Android, iOS, UWP).
Version Downloads Last updated
4.1.0 1,449,743 3/9/2020
4.1.0-beta.2 299 11/16/2019
4.1.0-beta.1 613 11/15/2019
4.0.1 201,402 10/31/2019
4.0.1-beta.2 429 10/28/2019
4.0.1-beta.1 268 10/25/2019
4.0.0 1,468 10/12/2019
4.0.0-beta.3 293 10/12/2019
4.0.0-beta.2 285 9/30/2019
4.0.0-beta.1 280 9/24/2019
3.1.0 3,184 9/24/2019
3.1.0-beta.1 3,027 1/21/2019
3.0.0 21,041 12/9/2018
2.3.0 3,457 11/8/2018
2.3.0-beta001 1,330 11/3/2018
2.2.0 24,054 4/27/2018
2.1.1 1,866 4/3/2018
2.1.0 32,609 10/8/2017
2.0.0 3,538 7/9/2017
1.0.1 2,869 8/16/2015

- 1.0.1: fixed wrong tag in NuGet package
- 1.0.0: initial release