Upgrade to .NET 10, Akka.NET 1.5.64, remove NUKE, migrate to .slnx #379
Annotations
10 warnings
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs#L54
'Sink.ActorRef<TIn>(IActorRef, object)' is obsolete: 'Use overload accepting both on complete and on failure message'
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs#L26
Non-nullable property 'Timers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs#L26
Non-nullable field '_cancelable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/Program.cs#L56
Dereference of a possibly null reference.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/Program.cs#L37
Dereference of a possibly null reference.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/Program.cs#L31
Possible null reference argument for parameter 'settings' in 'AmqpConnectionDetails QueueSettings.CreateConnection(RabbitMQSettings settings)'.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/Actors/RabbitMqConsumerActor.cs#L93
'Sink.ActorRef<TIn>(IActorRef, object)' is obsolete: 'Use overload accepting both on complete and on failure message'
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Clustering/AkkaNetworkSettings.cs#L6
Non-nullable property 'ClusterIp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Clustering/AkkaNetworkSettings.cs#L5
Non-nullable property 'ActorSystemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet build:
src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Queues/RabbitMQSettings.cs#L5
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
Loading