Kephas.Messaging 4.0.0-beta1

Prefix Reserved
This is a prerelease version of Kephas.Messaging.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Kephas.Messaging --version 4.0.0-beta1
                    
NuGet\Install-Package Kephas.Messaging -Version 4.0.0-beta1
                    
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="Kephas.Messaging" Version="4.0.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kephas.Messaging" Version="4.0.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Kephas.Messaging" />
                    
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 Kephas.Messaging --version 4.0.0-beta1
                    
#r "nuget: Kephas.Messaging, 4.0.0-beta1"
                    
#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 Kephas.Messaging@4.0.0-beta1
                    
#: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=Kephas.Messaging&version=4.0.0-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Kephas.Messaging&version=4.0.0-beta1&prerelease
                    
Install as a Cake Tool

Provides composable messaging infrastructure in form of request/response service layer.
           Check the documentation and the samples from https://github.com/quartz-software/kephas/wiki and https://github.com/quartz-software/kephas/tree/master/Samples.
           Kephas Framework ("stone" in aramaic) is a very ambitious project aiming to deliver a framework for an application ecosystem.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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 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.  net10.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Kephas.Messaging:

Package Downloads
Kephas.Messaging.Model

Provides a modeling API framework for messaging. Provides the model for messaging, including the Message classifier and Messaging scope dimension. Typically used areas and classes/interfaces/services: - IMessageType. - Dimensions: Messaging (area). - AttributedModel: MessagePartAttribute. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Data.Endpoints

Adds messaging endpoints for data services. The endpoints will work if Kephas.Messaging is referenced and the IMessageProcessor is used for processing the messages. Typically used areas and classes/interfaces/services: - PersistChangesHandler, QueryHandler, DataSourceHandler. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Orchestration

Provides the infrastructure for orchestrating microservices based on the Kephas Framework. Typically used areas and classes/interfaces/services: - IOrchestrationManager, IRuntimeAppInfo. - Interaction: AppHeartbeatEvent, AppStartedEvent, AppStoppedEvent. - Endpoints: StopAppMessage. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Core.Endpoints

Adds messaging endpoints for core services. The endpoints wills work if Kephas.Messaging is referenced and the IMessageProcessor is used for processing the messages. Typically used areas and classes/interfaces/services: - EncryptMessage, HashMessage, GetLogLevelMessage, SetLogLevelMessage. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Messaging.Redis

Provides distributed message routing over Redis using StackExchange.Redis. Typically used areas and classes/interfaces/services: - RedisAppMessageRouter. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.1.0 4,375 4/13/2022
11.1.0-dev.4 207 4/6/2022
11.1.0-dev.3 199 3/30/2022
11.1.0-dev.2 198 3/23/2022
11.1.0-dev.1 201 3/23/2022
11.0.0 3,992 3/11/2022
11.0.0-dev.7 209 3/7/2022
11.0.0-dev.6 199 2/28/2022
11.0.0-dev.5 198 2/26/2022
11.0.0-dev.4 206 2/24/2022
11.0.0-dev.3 199 2/23/2022
11.0.0-dev.2 193 2/18/2022
11.0.0-dev.1 203 2/7/2022
10.3.0 4,042 1/18/2022
10.2.0 2,974 12/3/2021
10.1.0 7,138 11/23/2021
10.1.0-dev.7 257 11/17/2021
10.1.0-dev.6 238 11/16/2021
10.1.0-dev.5 233 11/10/2021
10.1.0-dev.4 249 11/8/2021
10.1.0-dev.3 220 11/8/2021
10.1.0-dev.2 233 11/4/2021
10.1.0-dev.1 228 11/3/2021
10.0.1 2,860 10/16/2021
10.0.0 3,086 10/13/2021
10.0.0-dev.4 218 10/13/2021
10.0.0-dev.3 237 10/11/2021
10.0.0-dev.2 285 10/8/2021
9.3.4 3,269 8/25/2021
9.3.3 3,168 8/25/2021
9.3.2 3,155 8/24/2021
9.3.1 3,273 8/12/2021
9.3.0 3,111 8/12/2021
9.2.0 3,315 6/17/2021
9.1.0 3,230 6/17/2021
9.1.0-dev.9 263 5/26/2021
9.1.0-dev.8 253 5/26/2021
9.1.0-dev.7 261 5/17/2021
9.1.0-dev.6 260 4/28/2021
9.1.0-dev.5 274 4/23/2021
9.1.0-dev.4 259 4/21/2021
9.1.0-dev.3 264 4/17/2021
9.1.0-dev.2 271 4/12/2021
9.1.0-dev.1 257 4/9/2021
9.0.5 3,274 3/31/2021
9.0.4 3,240 3/23/2021
9.0.3 3,226 3/20/2021
9.0.1 3,087 3/18/2021
9.0.0 3,233 3/17/2021
9.0.0-dev.4 260 3/4/2021
9.0.0-dev.3 274 3/1/2021
9.0.0-dev.2 287 2/22/2021
8.4.0 4,794 11/11/2020
8.3.0 3,378 10/28/2020
8.2.0 3,618 10/16/2020
8.1.0 3,708 9/23/2020
8.0.0 6,598 7/1/2020
8.0.0-dev.44 369 6/25/2020
8.0.0-dev.43 362 6/23/2020
8.0.0-dev.42 397 6/22/2020
8.0.0-dev.41 402 6/18/2020
8.0.0-dev.40 359 6/18/2020
8.0.0-dev.39 368 6/15/2020
8.0.0-dev.38 474 6/14/2020
8.0.0-dev.37 342 6/13/2020
8.0.0-dev.36 395 6/13/2020
8.0.0-dev.35 329 6/12/2020
8.0.0-dev.34 371 6/12/2020
8.0.0-dev.33 418 6/10/2020
8.0.0-dev.32 360 6/1/2020
8.0.0-dev.31 374 6/1/2020
8.0.0-dev.30 445 5/30/2020
8.0.0-dev.28 382 5/28/2020
8.0.0-dev.27 375 5/15/2020
8.0.0-dev.26 359 5/14/2020
8.0.0-dev.25 374 5/14/2020
8.0.0-dev.24 355 5/13/2020
8.0.0-dev.23 363 5/13/2020
8.0.0-dev.22 364 5/13/2020
8.0.0-dev.21 368 5/12/2020
8.0.0-dev.20 366 5/12/2020
8.0.0-dev.19 382 5/7/2020
8.0.0-dev.18 381 5/7/2020
8.0.0-dev.17 361 5/6/2020
8.0.0-dev.16 380 5/6/2020
8.0.0-dev.15 376 5/5/2020
8.0.0-dev.14 362 5/5/2020
8.0.0-dev.13 391 5/4/2020
7.6.0-dev.13 382 5/1/2020
7.6.0-dev.12 392 4/30/2020
7.6.0-dev.11 371 4/28/2020
7.6.0-dev.10 363 4/27/2020
7.6.0-dev.9 354 4/24/2020
7.6.0-dev.8 369 4/22/2020
7.6.0-dev.7 360 4/15/2020
7.6.0-dev.6 350 4/15/2020
7.6.0-dev.5 342 4/15/2020
7.6.0-dev.4 477 4/11/2020
7.6.0-dev.3 349 4/10/2020
7.6.0-dev.2 348 4/10/2020
7.6.0-dev.1 434 4/8/2020
7.5.2 2,847 3/20/2020
7.5.1 2,408 3/12/2020
7.5.0 3,195 3/10/2020
7.5.0-dev.18 389 3/5/2020
7.5.0-dev.17 392 3/5/2020
7.5.0-dev.16 416 3/4/2020
7.5.0-dev.15.1 445 3/4/2020
7.5.0-dev.15 346 3/3/2020
7.5.0-dev.14 365 3/3/2020
7.5.0-dev.13 347 2/29/2020
7.5.0-dev.12 468 2/29/2020
7.5.0-dev.10 360 2/25/2020
7.5.0-dev.9 398 2/20/2020
7.5.0-dev.8 421 2/18/2020
7.5.0-dev.7 356 2/18/2020
7.5.0-dev.6 369 2/14/2020
7.5.0-dev.5 384 2/12/2020
7.5.0-dev.4 376 2/11/2020
7.5.0-dev.3 333 2/11/2020
7.5.0-dev.2 481 2/8/2020
7.5.0-dev.1 385 2/7/2020
7.4.2 3,071 2/5/2020
7.4.1 2,903 2/3/2020
7.4.0 3,000 1/31/2020
7.4.0-dev.4 434 1/31/2020
7.4.0-dev.3 401 1/29/2020
7.4.0-dev.2 362 1/28/2020
7.4.0-dev.1 351 1/23/2020
7.3.1 2,887 1/21/2020
7.3.1-preview.7 362 1/21/2020
7.3.1-preview.1 399 1/20/2020
7.3.0 2,828 1/19/2020
7.2.6 2,557 1/18/2020
7.2.5 2,795 12/19/2019
7.2.4 2,507 12/19/2019
7.2.3 2,479 12/16/2019
7.2.2 2,444 12/9/2019
7.2.1 2,707 12/4/2019
7.2.0 2,811 11/26/2019
7.2.0-preview.10 363 11/20/2019
7.2.0-preview.9 371 11/19/2019
7.2.0-preview.8 374 11/18/2019
7.2.0-preview.6 382 11/14/2019
7.2.0-preview.5 378 11/14/2019
7.2.0-preview.4 371 11/14/2019
7.2.0-preview.2 379 11/11/2019
7.2.0-preview.1 382 11/9/2019
7.1.2 1,157 11/7/2019
7.1.1 1,158 11/6/2019
7.1.0 3,242 11/6/2019
7.1.0-preview.8 382 11/5/2019
7.1.0-preview.7 376 11/4/2019
7.1.0-preview.6 369 11/1/2019
7.1.0-preview.5 395 10/31/2019
7.1.0-preview.4 388 10/30/2019
7.1.0-preview.3 378 10/26/2019
7.1.0-preview.2 387 10/25/2019
7.1.0-preview.1 372 10/24/2019
7.0.0 1,792 10/16/2019
7.0.0-rc.41 391 10/15/2019
7.0.0-rc.40 399 10/15/2019
7.0.0-rc.39 374 10/12/2019
7.0.0-rc.38 374 10/11/2019
7.0.0-rc.37 610 10/10/2019
7.0.0-rc.36 387 10/9/2019
7.0.0-rc.35 384 10/8/2019
7.0.0-rc.34 383 10/8/2019
7.0.0-rc.33 378 10/7/2019
7.0.0-rc.32 383 10/5/2019
7.0.0-rc.31 390 10/3/2019
7.0.0-rc.30 384 10/1/2019
7.0.0-rc.28 394 10/1/2019
7.0.0-rc.27 372 9/30/2019
7.0.0-rc.26 381 9/30/2019
7.0.0-rc.25 380 9/27/2019
7.0.0-rc.24 374 9/27/2019
7.0.0-rc.23 375 9/26/2019
7.0.0-rc.22 367 9/25/2019
7.0.0-rc.21 374 9/24/2019
7.0.0-rc.20 374 9/23/2019
7.0.0-rc.19 366 9/20/2019
7.0.0-rc.18.1 377 9/20/2019
7.0.0-rc.18 377 9/20/2019
6.5.0-rc.17 385 9/19/2019
6.5.0-rc.16 410 9/18/2019
6.5.0-rc.15 396 9/18/2019
6.5.0-rc.14.1 390 9/18/2019
6.5.0-rc.14 409 9/17/2019
6.5.0-rc.13 387 9/16/2019
6.5.0-rc.12.2 393 9/13/2019
6.5.0-rc.12.1 386 9/12/2019
6.5.0-rc.12 397 9/12/2019
6.5.0-rc.11 407 9/11/2019
6.5.0-rc.10 392 9/10/2019
6.5.0-rc.9 394 9/9/2019
6.5.0-rc.8 392 9/6/2019
6.5.0-rc.7 389 9/6/2019
6.5.0-rc.6 389 9/6/2019
6.5.0-rc.5 385 9/2/2019
6.5.0-rc.4 405 9/2/2019
6.5.0-rc.3 392 8/30/2019
6.5.0-rc.2 407 8/29/2019
6.5.0-rc.1 405 8/28/2019
6.5.0-beta.5 402 8/28/2019
6.5.0-beta.4 405 8/27/2019
6.0.0 1,879 8/6/2019
6.0.0-rc.7 384 7/19/2019
6.0.0-rc.6 399 6/28/2019
6.0.0-rc.5 388 6/28/2019
6.0.0-rc.4 392 6/25/2019
6.0.0-rc.3 399 6/20/2019
6.0.0-rc.2 404 5/29/2019
6.0.0-rc.1 400 5/28/2019
6.0.0-beta.3 415 4/17/2019
5.3.0-beta.2 388 3/21/2019
5.3.0-beta.1 388 3/20/2019
5.2.0 1,912 3/19/2019
5.1.0 2,295 1/25/2019
5.0.0 2,323 12/21/2018
5.0.0-rc11 1,609 12/14/2018
5.0.0-rc10 1,384 11/16/2018
5.0.0-rc09 1,466 11/1/2018
5.0.0-rc08 1,418 10/31/2018
5.0.0-rc07 1,362 10/31/2018
5.0.0-rc06 1,436 10/30/2018
5.0.0-rc05 1,406 10/29/2018
5.0.0-rc04 1,419 10/29/2018
5.0.0-rc03 1,417 10/26/2018
5.0.0-rc02 1,411 10/25/2018
5.0.0-rc01 1,448 10/12/2018
5.0.0-beta03 1,464 9/21/2018
5.0.0-beta02 1,475 9/10/2018
5.0.0-beta01 1,439 9/7/2018
4.5.1 1,664 8/7/2018
4.5.0 2,818 8/7/2018
4.5.0-rc01 1,588 6/7/2018
4.5.0-beta09 1,531 6/7/2018
4.5.0-beta08 1,762 5/16/2018
4.5.0-beta07 1,560 5/9/2018
4.5.0-beta06 1,609 4/25/2018
4.5.0-beta05 1,847 4/12/2018
4.5.0-beta03 1,772 4/12/2018
4.2.0-beta02 1,769 3/27/2018
4.2.0-beta01 1,759 2/14/2018
4.1.1 1,874 2/1/2018
4.1.0 2,502 1/15/2018
4.1.0-rc10 1,815 12/19/2017
4.1.0-rc09 1,827 12/19/2017
4.1.0-rc08 1,814 12/12/2017
4.1.0-rc07 1,589 12/5/2017
4.1.0-rc06 1,644 12/5/2017
4.1.0-rc05 1,590 12/5/2017
4.1.0-rc03 1,612 12/4/2017
4.1.0-rc02 1,630 12/4/2017
4.1.0-rc01 1,575 12/4/2017
4.1.0-beta09 1,656 12/3/2017
4.1.0-beta08 1,675 11/25/2017
4.1.0-beta07 1,660 11/23/2017
4.1.0-beta06 1,639 11/22/2017
4.1.0-beta05 1,593 11/21/2017
4.1.0-beta04 1,403 11/21/2017
4.1.0-beta03 1,438 11/17/2017
4.1.0-beta02 1,438 11/17/2017
4.1.0-beta01 1,386 11/16/2017
4.0.1-beta01 1,405 11/6/2017
4.0.0 3,008 10/23/2017
4.0.0-rc05 1,586 10/17/2017
4.0.0-rc04 1,574 10/17/2017
4.0.0-rc03 1,612 10/12/2017
4.0.0-rc02 1,593 10/10/2017
4.0.0-rc01 1,614 10/6/2017
4.0.0-beta9 1,559 10/5/2017
4.0.0-beta8 1,585 10/5/2017
4.0.0-beta7 1,657 10/3/2017
4.0.0-beta6 1,589 9/30/2017
4.0.0-beta5 1,576 9/28/2017
4.0.0-beta4 1,618 9/27/2017
4.0.0-beta3 1,586 9/26/2017
4.0.0-beta2 1,633 9/25/2017
4.0.0-beta1 1,593 9/22/2017
3.11.0 2,201 8/18/2017
3.10.1 1,705 8/18/2017
3.10.0 2,591 8/1/2017
3.9.1 1,676 6/23/2017
3.9.0 2,509 6/13/2017
3.8.1 1,990 5/26/2017
3.8.0 1,928 5/26/2017
3.7.0 1,961 5/23/2017
3.6.0 1,929 5/18/2017
3.5.0 1,959 5/15/2017
3.4.0 1,917 5/4/2017
3.3.6 1,672 4/13/2017
3.3.5 1,733 4/12/2017
3.3.1 1,703 4/12/2017
3.3.0 2,576 4/12/2017
3.3.0-preview1 1,493 4/6/2017
3.2.0 2,116 3/27/2017
3.1.0 2,053 3/22/2017
3.1.0-preview4 1,674 3/9/2017
3.1.0-preview3 1,584 12/9/2016
3.1.0-preview2 1,535 12/9/2016
3.1.0-preview1-rc2 1,482 10/31/2016
3.1.0-preview1 1,487 10/28/2016
3.0.9 1,894 10/19/2016
3.0.8 1,781 8/19/2016
3.0.7 1,888 7/12/2016
3.0.7-pre1 1,556 5/18/2016
3.0.6 1,781 5/13/2016
3.0.5 2,112 4/27/2016
3.0.4 1,757 4/14/2016
3.0.0-rc6 1,501 3/29/2016
3.0.0-rc5 1,485 3/24/2016
3.0.0-rc4 1,697 3/21/2016
3.0.0-rc3 1,732 12/22/2015
3.0.0-rc1 1,775 12/21/2015