Adding the support for open telemetry tracing across actors. #4
Annotations
10 warnings
build:
Akka.Cluster.Infra/ShardCartStatusMessage.cs#L35
Possible null reference return.
|
build:
Akka.Cluster.Infra/ShardCartMessage.cs#L36
Possible null reference return.
|
build:
Akka.Cluster.Infra/InstrumentationHelper.cs#L36
The variable 'e' is declared but never used
|
build:
Akka.Cluster.Infra/InstrumentationHelper.cs#L52
The variable 'ex' is declared but never used
|
build:
Akka.Cluster.Infra/Events/Persistence/Cart.cs#L12
Non-nullable property 'CartId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Akka.Cluster.Infra/Events/Persistence/Cart.cs#L13
Non-nullable property 'CartItemId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Akka.Cluster.Infra/Events/Persistence/Cart.cs#L5
Non-nullable property 'CartId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Akka.Cluster.Infra/Events/Persistence/Cart.cs#L6
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Akka.Cluster.Infra/Events/GetCartStatus.cs#L11
Non-nullable property 'CartId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Akka.Cluster.Infra/Events/CreateCartResponse.cs#L5
Non-nullable property 'CartId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|