Skip to content

Fix bugs.

Fix bugs. #18

Triggered via push January 29, 2024 09:54
Status Failure
Total duration 14m 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 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: 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.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.Configuration.Core/ConfigurationExtensions.cs#L64
Possible null reference argument for parameter 'options' in 'FixedInterval RetryStrategyOptionsExtensions.ToFixedInterval(FixedIntervalOptions options, string name)'.
build: Source/TransientFaultHandling.Configuration.Core/ConfigurationExtensions.cs#L65
Possible null reference argument for parameter 'options' in 'Incremental RetryStrategyOptionsExtensions.ToIncremental(IncrementalOptions options, string name)'.
build: Source/TransientFaultHandling.Configuration.Core/ConfigurationExtensions.cs#L66
Possible null reference argument for parameter 'options' in 'ExponentialBackoff RetryStrategyOptionsExtensions.ToExponentialBackoff(ExponentialBackoffOptions options, string name)'.
build: Source/TransientFaultHandling.Configuration.Core/ConfigurationExtensions.cs#L87
Possible null reference argument for parameter 'options' in 'FixedInterval RetryStrategyOptionsExtensions.ToFixedInterval(FixedIntervalOptions options, string name)'.
build: Source/TransientFaultHandling.Configuration.Core/ConfigurationExtensions.cs#L105
Possible null reference argument for parameter 'options' in 'Incremental RetryStrategyOptionsExtensions.ToIncremental(IncrementalOptions options, string name)'.