DH.Plugin.EventAggregator
1.2.2023.316-beta00024
This is a prerelease version of DH.Plugin.EventAggregator.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DH.Plugin.EventAggregator --version 1.2.2023.316-beta00024
NuGet\Install-Package DH.Plugin.EventAggregator -Version 1.2.2023.316-beta00024
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="DH.Plugin.EventAggregator" Version="1.2.2023.316-beta00024" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DH.Plugin.EventAggregator --version 1.2.2023.316-beta00024
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DH.Plugin.EventAggregator, 1.2.2023.316-beta00024"
#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 DH.Plugin.EventAggregator as a Cake Addin #addin nuget:?package=DH.Plugin.EventAggregator&version=1.2.2023.316-beta00024&prerelease // Install DH.Plugin.EventAggregator as a Cake Tool #tool nuget:?package=DH.Plugin.EventAggregator&version=1.2.2023.316-beta00024&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
用于DH Maui框架的事件聚合器类库。事件聚合器提供多播发布/订阅功能。这意味着可以有多个发布者引发同一事件,也可以有多个订阅者侦听同一事件。参考https://github.com/TBertuzzi/Bertuzzi.MAUI.EventAggregator
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android33.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios16.1 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst16.1 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Windows.SDK.BuildTools (>= 10.0.25314-preview)
-
net8.0-android33.0
- Microsoft.Windows.SDK.BuildTools (>= 10.0.25314-preview)
-
net8.0-ios16.1
- Microsoft.Windows.SDK.BuildTools (>= 10.0.25314-preview)
-
net8.0-maccatalyst16.1
- Microsoft.Windows.SDK.BuildTools (>= 10.0.25314-preview)
-
net8.0-windows10.0.19041
- Microsoft.Windows.SDK.BuildTools (>= 10.0.25314-preview)
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 |
---|---|---|
1.3.2023.3081 | 282 | 3/7/2023 |
1.2.2023.422-beta00026 | 141 | 4/22/2023 |
1.2.2023.412-beta00025 | 131 | 4/12/2023 |
1.2.2023.316-beta00024 | 146 | 3/16/2023 |
1.2.2023.309-beta00023 | 138 | 3/9/2023 |
1.2.2023.307-beta00022 | 148 | 3/7/2023 |
1.2.2023.306-beta00021 | 161 | 3/7/2023 |
1.2.2023.301-beta00019 | 159 | 3/1/2023 |
1.2.2023.228-beta00018 | 154 | 2/27/2023 |
1.2.2023.227-beta00017 | 141 | 2/27/2023 |
1.2.2023.227-beta00016 | 154 | 2/27/2023 |
1.2.2023.227-beta00015 | 139 | 2/27/2023 |
1.2.2023.225-beta00015 | 158 | 2/25/2023 |
1.2.2023.205-beta00014 | 157 | 2/27/2023 |
1.2.2023.205-beta00013 | 153 | 2/27/2023 |
1.2.2023.205-beta00012 | 160 | 2/5/2023 |
1.2.2023.205-beta00011 | 171 | 2/5/2023 |
1.2.2023.205-beta00010 | 157 | 2/5/2023 |
1.2.2023.203-beta00009 | 150 | 2/5/2023 |
1.2.2023.201-beta00005 | 178 | 2/1/2023 |
1.2.2023.201-beta00004 | 147 | 2/1/2023 |
1.2.2023.108-beta00003 | 170 | 1/8/2023 |
1.2.2023.108-beta00002 | 164 | 1/8/2023 |
1.0.0 | 316 | 12/31/2022 |
用于DH Maui框架的事件聚合器类库