CodeWF.AspNetCore.EventBus 3.4.5.5

dotnet add package CodeWF.AspNetCore.EventBus --version 3.4.5.5
                    
NuGet\Install-Package CodeWF.AspNetCore.EventBus -Version 3.4.5.5
                    
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="CodeWF.AspNetCore.EventBus" Version="3.4.5.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeWF.AspNetCore.EventBus" Version="3.4.5.5" />
                    
Directory.Packages.props
<PackageReference Include="CodeWF.AspNetCore.EventBus" />
                    
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 CodeWF.AspNetCore.EventBus --version 3.4.5.5
                    
#r "nuget: CodeWF.AspNetCore.EventBus, 3.4.5.5"
                    
#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.
#:package CodeWF.AspNetCore.EventBus@3.4.5.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeWF.AspNetCore.EventBus&version=3.4.5.5
                    
Install as a Cake Addin
#tool nuget:?package=CodeWF.AspNetCore.EventBus&version=3.4.5.5
                    
Install as a Cake Tool

NuGet NuGet License

简化Web API事件总线引入,只需要引入一个包:

NuGet\Install-Package CodeWF.AspNetCore.EventBus

使用:

using CodeWF.EventBus;

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddControllers();
builder.Services.AddEndpointsApiExplorer();

Register EventBus
builder.Services.AddEventBus(Assembly.GetExecutingAssembly());

var app = builder.Build();

app.UseAuthorization();

app.MapControllers();

// Use EventBus
app.UseEventBus(Assembly.GetExecutingAssembly());

app.Run();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.5.5 0 5/20/2026
3.4.5.1 133 2/13/2026
3.4.5 233 2/26/2025
3.4.4.2 258 8/20/2024
3.4.4.1 216 8/20/2024
3.4.4 226 6/24/2024
3.4.3 191 6/24/2024
3.4.2 214 6/24/2024
3.4.1 217 6/23/2024
3.3.1 235 6/17/2024
3.3.0 212 6/17/2024
3.2.0 215 6/17/2024
3.0.1 220 6/17/2024
3.0.0 214 6/16/2024
2.1.4 219 6/16/2024
2.1.3 218 6/16/2024
2.1.2 206 6/16/2024
1.0.7 232 6/10/2024 1.0.7 is deprecated.
1.0.6 198 6/10/2024
1.0.5 194 6/10/2024
Loading failed