Skip to content

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /Source/TransientFaultHandling.Data.Core #9

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /Source/TransientFaultHandling.Data.Core

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /Source/TransientFaultHandling.Data.Core #9

Status Failure
Total duration 15m 28s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: Source/TransientFaultHandling.Data.Core/ReliableSqlConnection.Legacy.cs#L69
Nullability of reference types in type of parameter 'value' of 'void ReliableSqlConnectionLegacy.ConnectionString.set' doesn't match implicitly implemented member 'void IDbConnection.ConnectionString.set' (possibly because of nullability attributes).
build: Source/TransientFaultHandling.Data.Core/ReliableSqlConnection.cs#L68
Nullability of reference types in type of parameter 'value' of 'void ReliableSqlConnection.ConnectionString.set' doesn't match implicitly implemented member 'void IDbConnection.ConnectionString.set' (possibly because of nullability attributes).
build: Source/TransientFaultHandling.Configuration.Core/RetryStrategyOptions.cs#L94
Parameter 'RetryCount' is unread. Did you forget to use it to initialize the property with that name?
build: Source/TransientFaultHandling.Configuration.Core/RetryStrategyOptions.cs#L94
Parameter 'MinBackOff' is unread. Did you forget to use it to initialize the property with that name?
build: Source/TransientFaultHandling.Configuration.Core/RetryStrategyOptions.cs#L94
Parameter 'MaxBackOff' is unread. Did you forget to use it to initialize the property with that name?
build: Source/TransientFaultHandling.Configuration.Core/RetryStrategyOptions.cs#L94
Parameter 'DeltaBackOff' is unread. Did you forget to use it to initialize the property with that name?