Petabridge.Cmd.Common 0.7.1
Middleware for creating, serializing, and parsing Petabridge.Cmd commands and command palettes.
Showing the top 20 packages that depend on Petabridge.Cmd.Common.
Packages | Downloads |
---|---|
Petabridge.Cmd.Cluster
Petabridge.Cmd module for working with Akka.Cluster.
|
32 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
22 |
Petabridge.Cmd.Cluster
Commandline tools for working with Akka.NET and Akka.Cluster
|
19 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
16 |
Petabridge.Cmd.Remote
Akka.Remote Petabridge.Cmd palettes for connection and monitoring.
|
10 |
Petabridge.Cmd.Cluster
Petabridge.Cmd module for working with Akka.Cluster.
|
9 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
9 |
Petabridge.Cmd.Remote
Akka.Remote Petabridge.Cmd palettes for connection and monitoring.
|
8 |
Petabridge.Cmd.Host
Host SDK for Petabridge.Cmd command line management tools for Akka.NET.
|
8 |
Petabridge.Cmd.Cluster
Petabridge.Cmd module for working with Akka.Cluster.
|
7 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
7 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
6 |
Petabridge.Cmd.Host
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
|
5 |
Petabridge.Cmd.Remote
Akka.Remote Petabridge.Cmd palettes for connection and monitoring.
|
5 |
Petabridge.Cmd.Host
Host SDK for Petabridge.Cmd command line management tools for Akka.NET.
|
5 |
Petabridge.Cmd 0.7.1 introduces some minor bug fixes and updates prior to the release of Akka.NET v1.4.0:
- Fixed bug where all addresses in Akka.Cluster.Sharding `region-stats` appeared to be the address of the local node running the report;
- Upgraded to Akka.NET 1.3.17;
- Added integration test to verify Serilog compatibility for logging steps.
In order for [Akka.Logger.Serilog](https://github.com/akkadotnet/Akka.Logger.Serilog) to work with `Petabridge.Cmd.Host`, the Akka.NET Testkit, [Phobos](https://phobos.petabridge.com/), _or any other component_ you must always call the Serilog logging adapter from your actor code like this in order to use Serilog semantic logging:
```csharp
var log = Context.GetLogger<SerilogLoggingAdapter>(); // correct
log.Info("My boss makes me use {semantic} logging", "semantic"); // serilog semantic logging format
```
If you do the following you will get string formatting errors everywhere:
```csharp
var log = Context.GetLogger(); // INCORRECT
log.Info("My boss makes me use {semantic} logging", "semantic"); // will throw string formatting errors everywhere
```
.NET Framework 4.5
- Akka (>= 1.3.17)
- Google.Protobuf (>= 3.11.4)
- System.Diagnostics.Contracts (>= 4.3.0)
.NET Standard 1.6
- Akka (>= 1.3.17)
- Google.Protobuf (>= 3.11.4)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Contracts (>= 4.3.0)
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 1 | 07/06/2024 |
1.4.2 | 1 | 06/24/2024 |
1.4.1 | 5 | 04/04/2024 |
1.4.0 | 6 | 01/25/2024 |
1.3.3 | 3 | 01/25/2024 |
1.3.2 | 24 | 09/25/2023 |
1.3.1 | 2 | 02/16/2024 |
1.3.0 | 3 | 06/13/2023 |
1.3.0-beta1 | 2 | 08/27/2023 |
1.2.2 | 4 | 02/16/2024 |
1.2.1 | 2 | 02/16/2024 |
1.2.0 | 6 | 06/13/2023 |
1.1.4 | 5 | 01/25/2024 |
1.1.3 | 5 | 06/14/2023 |
1.1.2 | 4 | 06/13/2023 |
1.1.1 | 3 | 06/13/2023 |
1.1.0 | 7 | 07/11/2022 |
1.0.2 | 27 | 03/30/2022 |
1.0.1 | 6 | 06/14/2023 |
1.0.0 | 5 | 06/13/2023 |
0.8.5 | 6 | 04/10/2022 |
0.8.4 | 5 | 06/13/2023 |
0.8.3 | 5 | 06/12/2023 |
0.8.2 | 5 | 06/14/2023 |
0.8.1 | 4 | 06/13/2023 |
0.8.0 | 5 | 06/13/2023 |
0.8.0-rc2 | 5 | 12/08/2023 |
0.8.0-rc1 | 5 | 12/09/2023 |
0.7.1 | 6 | 06/14/2023 |
0.7.0 | 5 | 06/13/2023 |
0.6.3 | 4 | 06/13/2023 |
0.6.2 | 5 | 06/13/2023 |
0.6.1 | 6 | 06/13/2023 |
0.6.0 | 5 | 06/13/2023 |
0.5.0 | 6 | 06/13/2023 |
0.4.1 | 7 | 12/08/2023 |
0.4.0 | 5 | 06/13/2023 |
0.3.3 | 4 | 06/14/2023 |
0.3.2 | 4 | 06/13/2023 |
0.3.1 | 6 | 06/14/2023 |
0.3.0 | 4 | 06/14/2023 |
0.2.2 | 4 | 06/13/2023 |
0.2.1 | 3 | 06/14/2023 |
0.2.0 | 4 | 06/13/2023 |
0.1.2 | 5 | 06/13/2023 |
0.1.1 | 4 | 06/14/2023 |
0.1.0 | 7 | 06/13/2023 |