Skip to content

Update dotnet.yml

Update dotnet.yml #13

Triggered via push January 25, 2024 09:55
Status Failure
Total duration 2m 43s
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/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?
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?
build: Source/TransientFaultHandling.Configuration.Core/RetryStrategyOptions.cs#L48
Parameter 'RetryCount' is unread. Did you forget to use it to initialize the property with that name?