![]() |
VOOZH | about |
dotnet add package ThomasLevesque.WeakEvent --version 4.1.0
NuGet\Install-Package ThomasLevesque.WeakEvent -Version 4.1.0
<PackageReference Include="ThomasLevesque.WeakEvent" Version="4.1.0" />
<PackageVersion Include="ThomasLevesque.WeakEvent" Version="4.1.0" />Directory.Packages.props
<PackageReference Include="ThomasLevesque.WeakEvent" />Project file
paket add ThomasLevesque.WeakEvent --version 4.1.0
#r "nuget: ThomasLevesque.WeakEvent, 4.1.0"
#:package ThomasLevesque.WeakEvent@4.1.0
#addin nuget:?package=ThomasLevesque.WeakEvent&version=4.1.0Install as a Cake Addin
#tool nuget:?package=ThomasLevesque.WeakEvent&version=4.1.0Install as a Cake Tool
A generic weak event implementation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.3 netstandard1.3 is compatible. netstandard1.4 netstandard1.4 was computed. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on ThomasLevesque.WeakEvent:
| Package | Downloads |
|---|---|
|
WorkflowEngine.NETCore-Core
Workflow Engine is a .NET and .NET Core library 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 |
|
|
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.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 |
|
|
G1.Common
Package Description |
|
|
Bloc.NET
A predictable state management library for C# that helps implement the BLoC design pattern. |
Showing the top 1 popular GitHub repositories that depend on ThomasLevesque.WeakEvent:
| Repository | Stars |
|---|---|
|
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 | 2,103,149 | 3/9/2020 |
| 4.1.0-beta.2 | 525 | 11/16/2019 |
| 4.1.0-beta.1 | 969 | 11/15/2019 |
| 4.0.1 | 231,628 | 10/31/2019 |
| 4.0.1-beta.2 | 679 | 10/28/2019 |
| 4.0.1-beta.1 | 511 | 10/25/2019 |
| 4.0.0 | 5,698 | 10/12/2019 |
| 4.0.0-beta.3 | 513 | 10/12/2019 |
| 4.0.0-beta.2 | 528 | 9/30/2019 |
| 4.0.0-beta.1 | 487 | 9/24/2019 |
| 3.1.0 | 3,664 | 9/24/2019 |
| 3.1.0-beta.1 | 3,666 | 1/21/2019 |
| 3.0.0 | 23,564 | 12/9/2018 |
| 2.3.0 | 3,760 | 11/8/2018 |
| 2.3.0-beta001 | 1,626 | 11/3/2018 |
| 2.2.0 | 24,769 | 4/27/2018 |
| 2.1.1 | 2,547 | 4/3/2018 |
| 2.1.0 | 33,112 | 10/8/2017 |
| 2.0.0 | 4,278 | 7/9/2017 |
| 1.0.1 | 3,383 | 8/16/2015 |