Skip to content

Bump Microsoft.Data.SqlClient in /src/clustering/sharding-sqlserver (… #171

Bump Microsoft.Data.SqlClient in /src/clustering/sharding-sqlserver (…

Bump Microsoft.Data.SqlClient in /src/clustering/sharding-sqlserver (… #171

Triggered via push March 23, 2024 19:55
Status Success
Total duration 3m 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
ubuntu-latest
CSC : warning CS9057: The analyzer assembly '/home/runner/.nuget/packages/akka.analyzers/0.2.1/analyzers/dotnet/cs/Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/ReliableRabbitMQ.Shared.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Queues/RabbitMQSettings.cs(5,19): warning CS8618: Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/ReliableRabbitMQ.Shared.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Clustering/AkkaNetworkSettings.cs(5,19): warning CS8618: Non-nullable property 'ActorSystemName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/ReliableRabbitMQ.Shared.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/Clustering/AkkaNetworkSettings.cs(6,19): warning CS8618: Non-nullable property 'ClusterIp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Shared/ReliableRabbitMQ.Shared.csproj]
ubuntu-latest
CSC : warning CS9057: The analyzer assembly '/home/runner/.nuget/packages/akka.analyzers/0.2.1/analyzers/dotnet/cs/Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/ReliableRabbitMQ.Producer.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs(26,12): warning CS8618: Non-nullable field '_cancelable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/ReliableRabbitMQ.Producer.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs(26,12): warning CS8618: Non-nullable property 'Timers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/ReliableRabbitMQ.Producer.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/Actors/AmqpProducerActor.cs(54,86): warning CS0618: 'Sink.ActorRef<TIn>(IActorRef, object)' is obsolete: 'Use overload accepting both on complete and on failure message' [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Producer/ReliableRabbitMQ.Producer.csproj]
ubuntu-latest
CSC : warning CS9057: The analyzer assembly '/home/runner/.nuget/packages/akka.analyzers/0.2.1/analyzers/dotnet/cs/Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/ReliableRabbitMQ.Consumer.csproj]
ubuntu-latest
/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/Actors/RabbitMqConsumerActor.cs(93,22): warning CS0618: 'Sink.ActorRef<TIn>(IActorRef, object)' is obsolete: 'Use overload accepting both on complete and on failure message' [/home/runner/work/akkadotnet-code-samples/akkadotnet-code-samples/src/reliability/rabbitmq-backpressure/ReliableRabbitMQ.Consumer/ReliableRabbitMQ.Consumer.csproj]
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows-latest
Git fetch failed with exit code 1, back off 2.008 seconds before retry.
windows-latest
Git fetch failed with exit code 1, back off 6.742 seconds before retry.
windows-latest
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Akka.SqlInitContainer.csproj]
windows-latest
D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Actors\SqlConnectionChecker.cs(31,23): warning CS8602: Dereference of a possibly null reference. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Akka.SqlInitContainer.csproj]
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Akka.SqlInitContainer.csproj]
windows-latest
D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Actors\SqlConnectionChecker.cs(31,23): warning CS8602: Dereference of a possibly null reference. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\infrastructure\mssql-init-container\src\Akka.SqlInitContainer\Akka.SqlInitContainer.csproj]
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.Shared\SqlSharding.Shared.csproj]
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.Host\SqlSharding.Host.csproj]
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.Sql.Host\SqlSharding.Sql.Host.csproj]
windows-latest
CSC : warning CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\akka.analyzers\0.2.1\analyzers\dotnet\cs\Akka.Analyzers.dll' references version '4.8.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.WebApp\SqlSharding.WebApp.csproj]
windows-latest
D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.WebApp\Pages\CreateProduct.cshtml.cs(18,19): warning CS8618: Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.WebApp\SqlSharding.WebApp.csproj]
windows-latest
D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.WebApp\Pages\CreateProduct.cshtml.cs(32,12): warning CS8618: Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\akkadotnet-code-samples\akkadotnet-code-samples\src\clustering\sharding-sqlserver\SqlSharding.WebApp\SqlSharding.WebApp.csproj]