Skip to content

Add CancellationToken support to retry async methods. Fix typos in do… #10

Add CancellationToken support to retry async methods. Fix typos in do…

Add CancellationToken support to retry async methods. Fix typos in do… #10

Triggered via push January 25, 2024 07:36
Status Failure
Total duration 15m 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/SqlXmlReader.cs#L32
Nullability of return type doesn't match overridden member (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.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?